Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+20
View File
@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:19 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 # 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"