1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Use PYDISTUTILS_AUTOPLIST (generated package was empty)

- Remove infozip dependency
This commit is contained in:
Antoine Brodin 2014-03-04 11:29:45 +00:00
parent 80d8f747f4
commit 61ebc9b643
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347007

View File

@ -2,10 +2,11 @@
PORTNAME= plone.app.layout
PORTVERSION= 2.3.7
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .zip
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
@ -36,7 +37,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.viewletmanager>=1.2:${PORTSDIR}/ww
USE_PYTHON= 2
USE_PYDISTUTILS= yes
USE_ZIP= yes
PYDISTUTILS_AUTOPLIST= yes
USES= zope
.include <bsd.port.mk>