blob: 30a327bd95d10396ab864ddb8b325ceb8af30c6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= pypacker
PORTVERSION= 5.0
CATEGORIES= net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Packet manipulation library for Python
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
USES= python
USE_GITLAB= yes
USE_PYTHON= autoplist distutils
NO_ARCH= yes
GL_ACCOUNT= mike01
GL_COMMIT= 268e27c813545bf7995dd0a80abdb4da24d64722
.include <bsd.port.mk>
|