diff options
Diffstat (limited to 'www/trac-timingandestimation/Makefile')
-rw-r--r-- | www/trac-timingandestimation/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/www/trac-timingandestimation/Makefile b/www/trac-timingandestimation/Makefile index ac6458850be1..e7773d9d00c1 100644 --- a/www/trac-timingandestimation/Makefile +++ b/www/trac-timingandestimation/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: trac-timingandestimation -# Date created: February 26 2010 -# Whom: Greg Larkin <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= timingandestimation PORTVERSION= 1.0.8b +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin @@ -17,15 +14,14 @@ USE_ZIP= yes MAINTAINER= glarkin@FreeBSD.org COMMENT= Add estimation and time tracking functionality to Trac -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/branches/trac0.12-Permissions -NO_BUILD= yes -USE_PYTHON= 2.3+ -USE_PYDISTUTILS=yes -PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION} -PYDISTUTILS_NOEGGINFO= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGNAME= ${PORTNAME}plugin +PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.r/_r/} +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% post-install: @${CAT} ${PKGMESSAGE} |