aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-robotstxt/Makefile
blob: cd396cf67e75ca238d750c2389d28d9895f3b7e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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:${PORTSDIR}/www/trac

USE_PYTHON=     2
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>