diff options
author | martti <martti> | 2003-07-21 17:20:17 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:20:17 +0000 |
commit | 56bf43af0ac21fa4b422b64e092794ca7217007b (patch) | |
tree | f188cb113cf8eb05eecb0a886c897bec8fd12151 /security/py-gnupg | |
parent | d5428421498a28a1e200d8f0f772e2c7adab1be6 (diff) | |
download | pkgsrc-56bf43af0ac21fa4b422b64e092794ca7217007b.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'security/py-gnupg')
-rw-r--r-- | security/py-gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index ba7fce0fe68..bd00ec8aa5c 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:57 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/21 17:20:31 martti Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/} MAINTAINER= shell@shellhung.org HOMEPAGE= http://py-gnupg.sourceforge.net/ -COMMENT= python module for GnuPG interface +COMMENT= Python module for GnuPG interface DEPENDS+= gnupg>=1.0.0:../../security/gnupg |