1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Use ONLY_FOR_ARCHS

- Mark BROKEN on amd64
- Use REINPLACE_CMD instead of patch files
- Add PORTSCOUT
- Pass maintainership to submitter

PR:		ports/185856
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-04 11:41:33 +00:00
parent 394a1e24de
commit 55fc03a35d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342505
3 changed files with 12 additions and 21 deletions

View File

@ -7,15 +7,25 @@ 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 <bsd.port.mk>

View File

@ -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" );

View File

@ -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