diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-14 02:55:26 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-14 02:55:26 +0000 |
commit | d2efc9486f1083050f50eb2370bb60ddff7f3ee6 (patch) | |
tree | 29b3be796f2a09b2913cb59336bd0c6eaf24b909 /security/p5-PGP | |
parent | 95d2da76533d8ba9a9d361956649cd02a06b29ee (diff) | |
download | ports-d2efc9486f1083050f50eb2370bb60ddff7f3ee6.tar.gz ports-d2efc9486f1083050f50eb2370bb60ddff7f3ee6.zip |
Notes
Diffstat (limited to 'security/p5-PGP')
-rw-r--r-- | security/p5-PGP/Makefile | 14 | ||||
-rw-r--r-- | security/p5-PGP/distinfo | 2 | ||||
-rw-r--r-- | security/p5-PGP/files/patch-aa | 8 | ||||
-rw-r--r-- | security/p5-PGP/pkg-plist | 8 |
4 files changed, 21 insertions, 11 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 4978f09095b4..c2bf54957d5a 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-PGP -# Version required: 0.2alpha +# Version required: 0.3a # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/06/09 16:06:42 jfitz Exp $ +# $Id: Makefile,v 1.8 1997/06/24 18:43:28 jfitz Exp $ # -DISTNAME= PGP-0.2alpha -PKGNAME= p5-PGP-0.2a +DISTNAME= PGP-0.3a +PKGNAME= p5-PGP-0.3a CATEGORIES= security perl5 #MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= @@ -19,10 +19,12 @@ BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp USE_PERL5= YES -NO_WRKSUBDIR= YES -MAN3= PGP.3 +MAN3= PGP::Pipe.3 MANPREFIX= ${PREFIX}/lib/perl5 +pre-configure: + @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} + do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL diff --git a/security/p5-PGP/distinfo b/security/p5-PGP/distinfo index 33241f16a5e2..4c0fdcf81ea0 100644 --- a/security/p5-PGP/distinfo +++ b/security/p5-PGP/distinfo @@ -1 +1 @@ -MD5 (PGP-0.2alpha.tar.gz) = 979ca0729c0f2fb18c088ab16b11848d +MD5 (PGP-0.3a.tar.gz) = f1dcc422173e529fab8b69a83567e107 diff --git a/security/p5-PGP/files/patch-aa b/security/p5-PGP/files/patch-aa new file mode 100644 index 000000000000..cf5fad64e136 --- /dev/null +++ b/security/p5-PGP/files/patch-aa @@ -0,0 +1,8 @@ +--- Makefile.PL.orig Sat Sep 13 19:04:08 1997 ++++ Makefile.PL Sat Sep 13 19:04:23 1997 +@@ -1,4 +1,4 @@ + + use ExtUtils::MakeMaker; + +-&WriteMakefile; ++&WriteMakefile( 'NAME' => "PGP::Pipe" ); diff --git a/security/p5-PGP/pkg-plist b/security/p5-PGP/pkg-plist index 5134b8dc6a86..42826e658cca 100644 --- a/security/p5-PGP/pkg-plist +++ b/security/p5-PGP/pkg-plist @@ -1,4 +1,4 @@ -lib/perl5/man/man3/PGP.3.gz -lib/perl5/site_perl/PGP-parse.pl -lib/perl5/site_perl/PGP.pm -lib/perl5/site_perl/i386-freebsd/auto/work/.packlist +lib/perl5/man/man3/PGP::Pipe.3.gz +lib/perl5/site_perl/PGP/Pipe.pm +lib/perl5/site_perl/i386-freebsd/auto/PGP/Pipe/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/PGP/Pipe
\ No newline at end of file |