diff options
Diffstat (limited to 'security/py-pwntools/Makefile')
-rw-r--r-- | security/py-pwntools/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-pwntools/Makefile b/security/py-pwntools/Makefile index f68819a83a7b..187252876f64 100644 --- a/security/py-pwntools/Makefile +++ b/security/py-pwntools/Makefile @@ -1,6 +1,6 @@ PORTNAME= pwntools DISTVERSION= 4.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,6 +36,8 @@ USES= cpe python CPE_VENDOR= pwntools_project USE_PYTHON= autoplist concurrent distutils +.include <bsd.port.pre.mk> + PYDISTUTILS_INSTALLARGS+= --only-use-pwn-command -.include <bsd.port.mk> +.include <bsd.port.post.mk> |