diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-17 06:39:49 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-17 06:39:49 +0000 |
commit | 419e196bcd6588c5874499a30c2407b63c1a9fa8 (patch) | |
tree | 618676e53ea7bb1343b9e41df0db56ca1e736311 /security | |
parent | 2908c8442c5e2d729fa815ebfc7a77d0d313272d (diff) | |
download | ports-419e196bcd6588c5874499a30c2407b63c1a9fa8.tar.gz ports-419e196bcd6588c5874499a30c2407b63c1a9fa8.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 7 | ||||
-rw-r--r-- | security/p5-GnuPG-Interface/distinfo | 2 | ||||
-rw-r--r-- | security/p5-GnuPG-Interface/pkg-descr | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 0cb8843aadeb..589d07c723f3 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -6,9 +6,12 @@ # PORTNAME= GnuPG-Interface -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= http://download.sourceforge.net/${PORTNAME}/ \ + ftp://download.sourceforge.net/pub/sourceforge/${PORTNAME}/ \ + ftp://ftp.kddlabs.co.jp/sourceforge/${PORTNAME}/ \ + ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GnuPG PKGNAMEPREFIX= p5- diff --git a/security/p5-GnuPG-Interface/distinfo b/security/p5-GnuPG-Interface/distinfo index 3363bc5500d6..99107aa2217f 100644 --- a/security/p5-GnuPG-Interface/distinfo +++ b/security/p5-GnuPG-Interface/distinfo @@ -1 +1 @@ -MD5 (GnuPG-Interface-0.09.tar.gz) = 98f9543ae7f8320b9e2bd44c81abb6a5 +MD5 (GnuPG-Interface-0.10.tar.gz) = fde52cda9717023186197cfbce790416 diff --git a/security/p5-GnuPG-Interface/pkg-descr b/security/p5-GnuPG-Interface/pkg-descr index 5a7ea68f3260..abc59cc693b7 100644 --- a/security/p5-GnuPG-Interface/pkg-descr +++ b/security/p5-GnuPG-Interface/pkg-descr @@ -1,4 +1,6 @@ This is a Perl module for interfacing with GnuPG. +WWW: http://gnupg-interface.sourceforge.net/ + Trevor Johnson trevor@jpj.net |