freebsd-ports/www/trac-iniadmin/Makefile
Marcus von Appen 1b0994ee1e - Convert USE_PYTHON to new USES in www/
With hat:	python@
2015-01-03 08:41:20 +00:00

23 lines
552 B
Makefile

# Created by: Gerrit Beine <gerrit.beine@gmx.de>
# $FreeBSD$
PORTNAME= iniadmin
PORTVERSION= 0.2.3915
PORTREVISION= 3
CATEGORIES= www devel python
MASTER_SITES= http://people.freebsd.org/~mm/trac/
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Edit all trac.ini option via the WebAdminPlugin
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
USES= python
USE_PYTHON= distutils autoplist
.include "${.CURDIR}/../../www/trac/plugin.mk"
.include <bsd.port.mk>