diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-18 15:16:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-02-18 15:16:40 +0000 |
commit | 244f57912095f23585620a8eb2cc50a5732a0817 (patch) | |
tree | ac549c43a9879079faba9e272a0ee40efaafe9ba /net/py-pcap | |
parent | 18bf501964983c673794e899160c08cbc82f2929 (diff) | |
download | ports-244f57912095f23585620a8eb2cc50a5732a0817.tar.gz ports-244f57912095f23585620a8eb2cc50a5732a0817.zip |
Notes
Diffstat (limited to 'net/py-pcap')
-rw-r--r-- | net/py-pcap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 2494a47c3b45..5619b559fbf4 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -12,10 +12,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to LBL Packet Capture library (libpcap) LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 USES= python USE_PYTHON= distutils autoplist +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pcapmodule.so + .include <bsd.port.mk> |