Index: head/security/p5-PGP/files/patch-aa =================================================================== --- head/security/p5-PGP/files/patch-aa (revision 342504) +++ head/security/p5-PGP/files/patch-aa (nonexistent) @@ -1,8 +0,0 @@ ---- 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" ); Property changes on: head/security/p5-PGP/files/patch-aa ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/p5-PGP/files/patch-ab =================================================================== --- head/security/p5-PGP/files/patch-ab (revision 342504) +++ head/security/p5-PGP/files/patch-ab (nonexistent) @@ -1,11 +0,0 @@ ---- PGP/Pipe.pm.orig Tue Feb 2 11:33:48 1999 -+++ PGP/Pipe.pm Tue Feb 2 11:33:58 1999 -@@ -11,8 +11,6 @@ - - # $debug = 1; - --=over 4 -- - =head1 NAME - - PGP - perl module to work with PGP messages Property changes on: head/security/p5-PGP/files/patch-ab ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/p5-PGP/Makefile =================================================================== --- head/security/p5-PGP/Makefile (revision 342504) +++ head/security/p5-PGP/Makefile (revision 342505) @@ -1,21 +1,31 @@ # Created by: James FitzGibbon # $FreeBSD$ PORTNAME= PGP PORTVERSION= 0.3a CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl5 module to work with PGP messages BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp +PORTSCOUT= skipv:1.0 + +ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 +BROKEN_amd64= dependency broken on amd64 architechture + USES= perl5 USE_PERL5= configure +post-patch: + @${REINPLACE_CMD} -e 's|WriteMakefile;|WriteMakefile( 'NAME' => "PGP::Pipe" );|' \ + ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/^=over 4/d' ${WRKSRC}/PGP/Pipe.pm + pre-configure: - @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} + @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} .include