Lines 3-20
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= PGP |
4 |
PORTNAME= PGP |
5 |
PORTVERSION= 0.3a |
5 |
PORTVERSION= 0.3a |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= security perl5 |
7 |
CATEGORIES= security perl5 |
7 |
MASTER_SITES= CPAN |
8 |
MASTER_SITES= CPAN |
8 |
PKGNAMEPREFIX= p5- |
9 |
PKGNAMEPREFIX= p5- |
9 |
|
10 |
|
10 |
MAINTAINER= ports@FreeBSD.org |
11 |
MAINTAINER= 5u623l20@gmail.com |
11 |
COMMENT= Perl5 module to work with PGP messages |
12 |
COMMENT= Perl5 module to work with PGP messages |
12 |
|
13 |
|
13 |
BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp |
14 |
BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp |
14 |
|
15 |
|
|
|
16 |
PORTSCOUT= skipv:1.0 |
17 |
|
18 |
ONLY_FOR_ARCHS= i386 alpha amd64 sparc64 |
19 |
BROKEN_amd64= dependency broken on amd64 architechture |
20 |
|
15 |
USES= perl5 |
21 |
USES= perl5 |
16 |
USE_PERL5= configure |
22 |
USE_PERL5= configure |
17 |
|
23 |
|
|
|
24 |
post-patch: |
25 |
@${REINPLACE_CMD} -e 's|WriteMakefile;|WriteMakefile( 'NAME' => "PGP::Pipe" );|g' \ |
26 |
${WRKSRC}/Makefile.PL |
27 |
@${REINPLACE_CMD} -e '/over 4/d' ${WRKSRC}/PGP/Pipe.pm |
28 |
|
18 |
pre-configure: |
29 |
pre-configure: |
19 |
@${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} |
30 |
@${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} |
20 |
|
31 |
|