diff options
Diffstat (limited to 'security/py-cerealizer/Makefile')
-rw-r--r-- | security/py-cerealizer/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-cerealizer/Makefile b/security/py-cerealizer/Makefile index e82ab6e981aa..caf701f9fc6e 100644 --- a/security/py-cerealizer/Makefile +++ b/security/py-cerealizer/Makefile @@ -13,9 +13,7 @@ DIST_SUBDIR= python MAINTAINER= acm@FreeBSD.org COMMENT= Secure pickle-like module -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python tar:bzip2 +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |