pkgsrc/security/py-gnupg/Makefile

19 lines
505 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/09/21 09:47:31 jmc Exp $
DISTNAME= GnuPGInterface-0.3.2
PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
MAINTAINER= shell@shellhung.org
HOMEPAGE= http://py-gnupg.sourceforge.net/
COMMENT= Python module for GnuPG interface
DEPENDS+= gnupg>=1.0.0:../../security/gnupg
PYTHON_VERSIONS_ACCEPTED= 21
PYDISTUTILSPKG= yes
USE_BUILDLINK2= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"