2023-08-16 22:26:55 +00:00
|
|
|
COMMENT= Python bindings to GSSAPI C libraries
|
|
|
|
|
2023-09-11 22:02:06 +00:00
|
|
|
MODPY_EGG_VERSION= 1.8.3
|
2023-08-16 22:26:55 +00:00
|
|
|
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
|
|
|
|
|
2023-09-11 22:02:06 +00:00
|
|
|
MODULES= lang/python \
|
|
|
|
security/heimdal
|
2023-08-16 22:26:55 +00:00
|
|
|
|
|
|
|
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>
|