View | Details | Raw Unified | Return to bug 185856
Collapse All | Expand All

(-)./Makefile (-1 / +12 lines)
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
(-)./files/patch-aa (-8 lines)
Lines 1-8 Link Here
1
--- Makefile.PL.orig	Sat Sep 13 19:04:08 1997
2
+++ Makefile.PL	Sat Sep 13 19:04:23 1997
3
@@ -1,4 +1,4 @@
4
 
5
 use ExtUtils::MakeMaker;
6
 
7
-&WriteMakefile;
8
+&WriteMakefile( 'NAME' => "PGP::Pipe" );
(-)./files/patch-ab (-11 lines)
Lines 1-11 Link Here
1
--- PGP/Pipe.pm.orig	Tue Feb  2 11:33:48 1999
2
+++ PGP/Pipe.pm	Tue Feb  2 11:33:58 1999
3
@@ -11,8 +11,6 @@
4
 
5
 # $debug = 1;
6
 
7
-=over 4
8
-
9
 =head1 NAME
10
 
11
 PGP - perl module to work with PGP messages

Return to bug 185856