Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:20 wiz Exp $
DISTNAME= passlib-1.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= http://passlib.googlecode.com/files/ \
http://pypi.python.org/packages/source/p/passlib/
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://passlib.googlecode.com/
COMMENT= Comprehensive password hashing framework supporting over 30 schemes
LICENSE= modified-bsd
USE_LANGUAGES= # empty
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"