mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
405 B
Makefile
25 lines
405 B
Makefile
COMMENT = Python network packet manipulation library
|
|
|
|
MODPY_DISTV = 1.9.8
|
|
DISTNAME = dpkt-${MODPY_DISTV}
|
|
PKGNAME = py-dpkt-${MODPY_DISTV}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = https://github.com/kbandla/dpkt
|
|
|
|
MAINTAINER = Thanasoulas Spiros <dsp@2f30.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
MODULES = lang/python
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|