diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-02-04 03:32:21 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-02-04 03:32:21 +0000 |
commit | 90c577def274e0a382068c69ccb18a7ca2ce8a18 (patch) | |
tree | d0772e61953cfb1dd04e44d5cfa4a609e0b6b14d /security | |
parent | Update to 0.1.7 (diff) |
Remove the p5-GPG port. It is no longer being maintained by it's author,
and there is a much better PGP Perl interface in security/p5-Crypt-OpenPGP.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-GPG/Makefile | 28 | ||||
-rw-r--r-- | security/p5-GPG/distinfo | 1 | ||||
-rw-r--r-- | security/p5-GPG/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-GPG/pkg-descr | 9 | ||||
-rw-r--r-- | security/p5-GPG/pkg-plist | 3 |
6 files changed, 0 insertions, 43 deletions
diff --git a/security/Makefile b/security/Makefile index b3dae6e1799c..2910c4b0b891 100644 --- a/security/Makefile +++ b/security/Makefile @@ -146,7 +146,6 @@ SUBDIR += p5-Digest-MD2 SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-SHA1 - SUBDIR += p5-GPG SUBDIR += p5-GnuPG-Interface SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-MD5 diff --git a/security/p5-GPG/Makefile b/security/p5-GPG/Makefile deleted file mode 100644 index 495a345acb0c..000000000000 --- a/security/p5-GPG/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: p5-GPG -# Date created: 12 August 2001 -# Whom: petef -# -# $FreeBSD$ -# - -PORTNAME= GPG -PORTVERSION= 0.06 -CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../../authors/id/M/MI/MILES -PKGNAMEPREFIX= p5- - -MAINTAINER= petef@FreeBSD.org - -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= GPG.3 - -post-patch: - @${PERL} -pi -e 's,/usr/local,${LOCALBASE},' ${WRKSRC}/Makefile.PL - -.include <bsd.port.mk> diff --git a/security/p5-GPG/distinfo b/security/p5-GPG/distinfo deleted file mode 100644 index 185de87d5db0..000000000000 --- a/security/p5-GPG/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (GPG-0.06.tar.gz) = be78c7a9f0235bcd7d3d1391c8900cf6 diff --git a/security/p5-GPG/pkg-comment b/security/p5-GPG/pkg-comment deleted file mode 100644 index ab38c14b82a4..000000000000 --- a/security/p5-GPG/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Perl interface to GnuPG diff --git a/security/p5-GPG/pkg-descr b/security/p5-GPG/pkg-descr deleted file mode 100644 index 1a4009774f1c..000000000000 --- a/security/p5-GPG/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GPG.pm is a Perl5 interface for using GnuPG. GPG works with $scalar -(string), as opposed to the existing Perl5 modules (GnuPG.pm and -GnuPG::Interface, which communicate with gnupg through filehandles -or filenames). - -WWW: http://gpg.sourceforge.net/ - -- Pete -petef@FreeBSD.org diff --git a/security/p5-GPG/pkg-plist b/security/p5-GPG/pkg-plist deleted file mode 100644 index 760ed2fe5c4e..000000000000 --- a/security/p5-GPG/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/GPG.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GPG/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GPG |