opnsense-ports/net/py-pypcap/Makefile
Franco Fichtner 27b26a883b */*: sync with upstream
Taken from: HardenedBSD
2018-05-17 07:00:10 +02:00

21 lines
430 B
Makefile

# Created by: George V. Neville-Neil
# $FreeBSD$
PORTNAME= pypcap
DISTVERSION= 1.2.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simplified object-oriented Python wrapper for libpcap
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pcap.so
.include <bsd.port.mk>