1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Use PYDISTUTILS_AUTOPLIST

- Support STAGEDIR
- Pet portlint: move LICENSE upward
- While I'm here, update USE_PYTHON

PR:		ports/184300
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-11-27 16:43:52 +00:00
parent 443c7b0f58
commit a7674b41ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335034

View File

@ -11,17 +11,14 @@ PKGNAMEPREFIX= trac-
MAINTAINER= douglas@douglasthrift.net
COMMENT= Trac plugin to enable logging by Google Analytics
BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi
RUN_DEPENDS:= ${BUILD_DEPENDS}
LICENSE= BSD
USE_PYTHON= 2.5+
BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
NO_STAGE= yes
.include <bsd.port.mk>