aboutsummaryrefslogtreecommitdiff
path: root/www/trac-estimator
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-26 17:54:58 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-26 17:54:58 +0000
commit59b8fddd1b0edafbf18f1d3d5df55b3eb85674be (patch)
tree6d2c56b458fbe356002ca8b2c946c56755b2daf3 /www/trac-estimator
parentbaf9fb1e6dca5cb0644f91bfc246d74c05adaf6d (diff)
downloadports-59b8fddd1b0edafbf18f1d3d5df55b3eb85674be.tar.gz
ports-59b8fddd1b0edafbf18f1d3d5df55b3eb85674be.zip
Notes
Diffstat (limited to 'www/trac-estimator')
-rw-r--r--www/trac-estimator/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/www/trac-estimator/Makefile b/www/trac-estimator/Makefile
index 1d09d98d1355..b26f9ae41cfb 100644
--- a/www/trac-estimator/Makefile
+++ b/www/trac-estimator/Makefile
@@ -2,7 +2,7 @@
PORTNAME= estimator
PORTVERSION= 0.1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www devel python
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
LOCAL/glarkin
@@ -15,14 +15,8 @@ COMMENT= Produce detailed range-based estimations for Trac tickets
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
-USE_PYTHON= -2.7
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= estimatorplugin
-PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/.r/_r/}
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
-post-install:
- @${CAT} ${PKGMESSAGE}
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>