22 lines
441 B
Makefile
22 lines
441 B
Makefile
PORTNAME= pypacker
|
|
PORTVERSION= 5.0
|
|
CATEGORIES= net python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= Packet manipulation library for Python
|
|
WWW= https://gitlab.com/mike01/pypacker
|
|
|
|
LICENSE= BSD3CLAUSE GPLv2
|
|
LICENSE_COMB= dual
|
|
|
|
USES= python
|
|
USE_GITLAB= yes
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
GL_ACCOUNT= mike01
|
|
GL_TAGNAME= 268e27c813545bf7995dd0a80abdb4da24d64722
|
|
|
|
.include <bsd.port.mk>
|