blob: 1a8c6a351a0daf2864ad745bb8507204962e3f55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.10 2006/03/31 14:33:14 drochner Exp $
DISTNAME= GnuPGInterface-0.3.2
PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
MAINTAINER= shell@NetBSD.org
HOMEPAGE= http://py-gnupg.sourceforge.net/
COMMENT= Python module for GnuPG interface
DEPENDS+= gnupg>=1.0.0:../../security/gnupg
PYTHON_VERSIONS_ACCEPTED= 21 22 23 24
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
|