2018-06-04 01:47:30 +00:00

30 lines
601 B
Makefile

# $OpenBSD: Makefile,v 1.2 2018/06/04 01:47:30 sthen Exp $
COMMENT = PGP packet parser library for Python
MODPY_EGG_VERSION = 1.5
DISTNAME = pgpdump-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = security
HOMEPAGE = https://github.com/toofishes/python-pgpdump
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
# test_parse_partial_length fails due to a missing file in the sources
do-test:
cd ${WRKSRC} && ${MAKE_ENV} \
PYTHONPATH=${WRKINST}${MODPY_SITEPKG} ${MODPY_BIN} pgpdump/test.py
test: fake
.include <bsd.port.mk>