phessler ba4d76ce4c update pbgpp to latest version
set NO_TESTS because the tests require a configured service, which has also
been previously forcibly disabled.

OK pamela@
2019-05-13 04:02:31 +00:00

27 lines
522 B
Makefile

# $OpenBSD: Makefile,v 1.4 2019/05/13 04:02:31 phessler Exp $
COMMENT = pcap bgp parser
MODPY_EGG_VERSION = 0.2.22
DISTNAME = pbgpp-${MODPY_EGG_VERSION}
CATEGORIES = net
MAINTAINER = Peter Hessler <phessler@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
RUN_DEPENDS = net/py-pcapy${MODPY_FLAVOR}
BUILD_DEPENDS += ${RUN_DEPENDS}
# tests depend on a running kafka
NO_TEST = Yes
.include <bsd.port.mk>