Files
pkgsrc-ng/security/py-cryptkit/Makefile
2014-11-05 12:41:07 +01:00

17 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:19 wiz Exp $
DISTNAME= cryptkit-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/cryptkit/
COMMENT= Python Cryptographic Toolkit
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"