aboutsummaryrefslogtreecommitdiff
path: root/security/py-twofish
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-05 21:10:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-05 21:10:28 +0000
commitd97acea550d00a633adfa61bc01b84c49f7bbc5d (patch)
tree4c15c9a5447d6017f97acc8662bcf3ea055d2e40 /security/py-twofish
parent54a4df03459174108a62004f52aeaa87a3bf3f46 (diff)
downloadports-d97acea550d00a633adfa61bc01b84c49f7bbc5d.tar.gz
ports-d97acea550d00a633adfa61bc01b84c49f7bbc5d.zip
Notes
Diffstat (limited to 'security/py-twofish')
-rw-r--r--security/py-twofish/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile
index 3baf2fa23e75..a331620460f9 100644
--- a/security/py-twofish/Makefile
+++ b/security/py-twofish/Makefile
@@ -3,7 +3,7 @@
PORTNAME= twofish
PORTVERSION= 0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ DISTNAME= twofishmodule-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Twofish cryptographic module for Python
-USES= python:2
+USES= python:2 shebangfix
+SHEBANG_FILES= cryptfile.py decryptfile.py
GNU_CONFIGURE= yes
CFLAGS+= -fPIC