Files
2016-01-21 23:40:00 +01:00

21 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:17 wiz Exp $
DISTNAME= PyKerberos-1.1
PKGNAME= ${DISTNAME:S/Py/${PYPKGPREFIX}-/}
CATEGORIES= security
MASTER_SITES= # manually packaged from SVN and uploaded to nbftp
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://svn.calendarserver.org/repository/calendarserver/PyKerberos/tags/release/PyKerberos-1.1/README.txt
COMMENT= Python Kerberos implementation
LICENSE= apache-2.0
EGG_NAME= kerberos-1.0
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet supported as of 1.1
.include "../../lang/python/distutils.mk"
# only supports this Kerberos implementation
.include "../../security/mit-krb5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"