blob: 4e1e6095e170850d8ee4aadbf3ea42c94d333e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= robotxt
PORTVERSION= 1.0.1
PORTREVISION= 5
CATEGORIES= www devel python
MASTER_SITES= http://freebsd.unixfreunde.de/sources/trac/
PKGNAMEPREFIX= trac-
DISTNAME= TracRobotsTxt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Allows simple management of a robots.txt
RUN_DEPENDS= tracd:www/trac
BROKEN= unfetchable
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2016-07-04
USES= python:2
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|