pkgsrc/security/py-gnupg/Makefile
2014-05-09 07:36:53 +00:00

21 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:18 wiz Exp $
DISTNAME= GnuPGInterface-0.3.2
PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
PKGREVISION= 2
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://py-gnupg.sourceforge.net/
COMMENT= Python module for GnuPG interface
LICENSE= gnu-lgpl-v2.1
DEPENDS+= gnupg>=1.0.0:../../security/gnupg
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"