diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 13:13:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 13:13:57 +0000 |
commit | 2e0ad30e4f264873c6092dc382b606a765269d66 (patch) | |
tree | f01da0b893201f2bb70af6fcc1a918f42114d5fd /security/p5-GnuPG-Interface | |
parent | 17c5ff5535e0471f4347cb0745ef7d033f0b1fa2 (diff) |
Notes
Diffstat (limited to 'security/p5-GnuPG-Interface')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index a1bf36a14da1..1dde98ddd93a 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -8,11 +8,9 @@ PORTNAME= GnuPG-Interface PORTVERSION= 0.34 CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} -MASTER_SITE_SUBDIR= GnuPG/:cpan gnupg-interface/:sf +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gnupg-interface PKGNAMEPREFIX= p5- -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:cpan,sf MAINTAINER= eol1@yahoo.com COMMENT= Perl module for interfacing with GnuPG |