ports/security/py-gssapi/Makefile

32 lines
731 B
Makefile

COMMENT= Python bindings to GSSAPI C libraries
MODPY_EGG_VERSION= 1.8.3
DISTNAME= python-gssapi-${MODPY_EGG_VERSION}
PKGNAME= py-gssapi-${MODPY_EGG_VERSION}
CATEGORIES= security
# ISC
PERMIT_PACKAGE= Yes
MASTER_SITES= https://github.com/pythongssapi/python-gssapi/releases/download/v${MODPY_EGG_VERSION}/
WANTLIB += heimdal/lib/gssapi
MODULES= lang/python \
security/heimdal
MODPY_PYBUILD= setuptools
BUILD_DEPENDS= lang/cython${MODPY_FLAVOR}
RUN_DEPENDS= devel/py-decorator${MODPY_FLAVOR}
FLAVORS= python3
FLAVOR= python3
# tests require devel/py-parameterized, k5test (not ported),
# and a MIT Kerberos installation including KDC (they create
# a self-contained Kerberos setup).
.include <bsd.port.mk>