1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/py-dpkt/Makefile
Li-Wen Hsu b77abc50b4 - Enable concurrent installation for different FLAVORs
PR:		241395
Approved by:	sbz (maintainer)
MFH:		2019Q4
Sponsored by:	The FreeBSD Foundation
2019-10-21 21:24:13 +00:00

28 lines
573 B
Makefile

# $FreeBSD$
PORTNAME= dpkt
PORTVERSION= 1.9.2
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sbz@FreeBSD.org
COMMENT= Python fast, simple packet creation / parsing module
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils pythonprefix
OPTIONS_DEFINE= DOCS
PORTDOCS= AUTHORS CHANGES PKG-INFO README.rst
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>