Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.10 2012/10/23 18:16:54 asau Exp $
#
DISTNAME= python-mcrypt-1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://labix.org/download/python-mcrypt/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://labix.org/python-mcrypt
COMMENT= Python interface to mcrypt library
LICENSE= gnu-lgpl-v2.1
EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../lang/python/distutils.mk"
.include "../../security/libmcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"