1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
This commit is contained in:
Antoine Brodin 2015-01-03 17:53:29 +00:00
parent 05be12954c
commit 0377ed6824
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376145

View File

@ -9,7 +9,6 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
PKGNAMEPREFIX= trac-
DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
USES= zip
MAINTAINER= ports@FreeBSD.org
COMMENT= Add estimation and time tracking functionality to Trac
@ -17,7 +16,7 @@ COMMENT= Add estimation and time tracking functionality to Trac
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions
USES= python:2
USES= python:2 zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>