- Fix shebangs

MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-06-05 21:10:28 +00:00
parent 54a4df0345
commit d97acea550
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388643

View File

@ -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