mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
30 lines
624 B
Makefile
30 lines
624 B
Makefile
COMMENT= Python bindings to GSSAPI C libraries
|
|
|
|
MODPY_DISTV= 1.10.1
|
|
DISTNAME= python-gssapi-${MODPY_DISTV}
|
|
PKGNAME= py-gssapi-${MODPY_DISTV}
|
|
|
|
SITES= https://github.com/pythongssapi/python-gssapi/releases/download/v${MODPY_DISTV}/
|
|
|
|
CATEGORIES= security
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE=Yes
|
|
|
|
WANTLIB += heimdal/lib/gssapi
|
|
|
|
MODULES= lang/python \
|
|
security/heimdal
|
|
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
BUILD_DEPENDS= lang/cython
|
|
|
|
RUN_DEPENDS= devel/py-decorator
|
|
|
|
# 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>
|