sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00

28 lines
503 B
Makefile

# $OpenBSD: Makefile,v 1.4 2019/04/28 20:51:44 sthen Exp $
COMMENT= library to en/decode DNS wire-format packets for Python
MODPY_EGG_VERSION= 0.9.6
DISTNAME= dnslib-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= net
MODPY_PI= Yes
REVISION= 1
MAINTAINER= Bryan Everly <bryan@bceassociates.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/python
FLAVORS = python3
FLAVOR ?=
do-test:
${SUBST_CMD} ${WRKSRC}/run_tests.sh
cd ${WRKSRC} && ./run_tests.sh
.include <bsd.port.mk>