diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-10 14:04:45 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-10 14:04:45 +0000 |
commit | bdc9d799c5b57cf6d7aba7f3000ddf3d678ec44f (patch) | |
tree | 5b035832f440fa0deee3a91f2d0f6b5ce03cd5ce /devel/py-tempstorage/Makefile | |
parent | 4d1bd2432d9c10f833f4d644914e74fae8e48843 (diff) | |
download | ports-bdc9d799c5b57cf6d7aba7f3000ddf3d678ec44f.tar.gz ports-bdc9d799c5b57cf6d7aba7f3000ddf3d678ec44f.zip |
Notes
Diffstat (limited to 'devel/py-tempstorage/Makefile')
-rw-r--r-- | devel/py-tempstorage/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-tempstorage/Makefile b/devel/py-tempstorage/Makefile index 8907ca560c43..00085ab1d2d7 100644 --- a/devel/py-tempstorage/Makefile +++ b/devel/py-tempstorage/Makefile @@ -2,6 +2,7 @@ PORTNAME= tempstorage PORTVERSION= 2.12.2 +PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +16,9 @@ LICENSE= ZPL21 RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=3.9.0:${PORTSDIR}/databases/zodb3 \ ${PYTHON_PKGNAMEPREFIX}zope.testing>0:${PORTSDIR}/devel/py-zope.testing -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -USE_ZIP= yes - -NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes +USE_ZIP= yes .include <bsd.port.mk> |