mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cbc186ec84
benchmarks/vegeta devel/busybee devel/git-lfs devel/gnu-efi devel/hub devel/libe devel/py-fabric3 devel/py-fabric3 dns/dhisd dns/dnscrypt-proxy2 dns/go-geodns emulators/hatari irc/weechat-otr lang/coffeescript net-mgmt/cacti88 net-mgmt/cacti88-spine net-p2p/libbt net/py-iplib net/py-iplib net/py-libfte net/py-sbws security/obfs4proxy-tor security/onionscan security/openvpn-admin security/py-fteproxy security/py-yubikey-manager security/super sysutils/intel-pcm-devel sysutils/openipmi sysutils/shim sysutils/xbatt textproc/multimarkdown textproc/regex2dfa www/onionshare Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18434
31 lines
729 B
Makefile
31 lines
729 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libfte
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= net security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= fte-${PORTVERSION}
|
|
|
|
MAINTAINER= egypcio@FreeBSD.org
|
|
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>
|