freebsd-ports/net/py-libfte/Makefile
Yuri Victorovich 6515c2efd3 net/py-libfte: Update 0.1.0 -> 0.1.3; switch to CHEESESHOP
PR:		229734
Submitted by:	Vinícius Zavam <egypcio@googlemail.com>
2018-07-12 21:41:35 +00:00

30 lines
732 B
Makefile

# $FreeBSD$
PORTNAME= libfte
PORTVERSION= 0.1.3
CATEGORIES= net security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= fte-${PORTVERSION}
MAINTAINER= egypcio@googlemail.com
COMMENT= Format-Transforming Encryption Library/Toolkit
LICENSE= APACHE20
BUILD_DEPENDS= regex2dfa:textproc/regex2dfa \
${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto@${PY_FLAVOR}
LIB_DEPENDS= libgmp.so:math/gmp
USES= localbase python:2.7
USE_PYTHON= autoplist distutils
# setup.cfg enables inplace, copying extension to final place and breaking
# autoplist
post-extract:
${RM} ${WRKSRC}/setup.cfg
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/fte/cDFA.so
.include <bsd.port.mk>