diff options
author | pav <pav@FreeBSD.org> | 2006-03-16 21:13:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-16 21:13:57 +0800 |
commit | e68643a500087f3323ca85d9bf3a9c395a40dd99 (patch) | |
tree | 22c0932872f957b0d3d80ae161e2b80b5de291a0 /security | |
parent | 1770fb40b3568b2a81fd8bcdc94dffcefe1a52c1 (diff) | |
download | freebsd-ports-gnome-e68643a500087f3323ca85d9bf3a9c395a40dd99.tar.gz freebsd-ports-gnome-e68643a500087f3323ca85d9bf3a9c395a40dd99.tar.zst freebsd-ports-gnome-e68643a500087f3323ca85d9bf3a9c395a40dd99.zip |
- No longer on CPAN
Diffstat (limited to 'security')
-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 |