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:
parent
443c7b0f58
commit
a7674b41ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335034
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user