diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
commit | 742321c70870f8339d0ac558f88a918b77b56096 (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/py-trustedpickle | |
parent | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff) |
Notes
Diffstat (limited to 'security/py-trustedpickle')
-rw-r--r-- | security/py-trustedpickle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-trustedpickle/Makefile b/security/py-trustedpickle/Makefile index 8c75f317591a..4513422a284b 100644 --- a/security/py-trustedpickle/Makefile +++ b/security/py-trustedpickle/Makefile @@ -11,8 +11,7 @@ DISTNAME= TrustedPickle MAINTAINER= ports@FreeBSD.org COMMENT= TrustedPickle is a Python (de)Pickler with a way to verify the data -USES= dos2unix tar:tgz -USE_PYTHON= yes +USES= dos2unix python tar:tgz PLIST_FILES= %%PYTHON_SITELIBDIR%%/TrustedPickle.py \ %%PYTHON_SITELIBDIR%%/TrustedPickle.pyc \ |