mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Add LICENSE
- Pass maintainership to python@
This commit is contained in:
parent
bf9a986569
commit
eb6eb0c4b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396641
@ -8,9 +8,11 @@ CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Pluggable command-line frontend
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=2.0.1:${PORTSDIR}/devel/py-cheetah \
|
||||
${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup \
|
||||
${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \
|
||||
@ -19,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=2.0.1:${PORTSDIR}/devel/py-cheeta
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-extract:
|
||||
${RM} -r ${WRKSRC}/tests
|
||||
|
Loading…
Reference in New Issue
Block a user