2013-09-21 00:55:24 +02:00
|
|
|
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:38:37 +02:00
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= PGP
|
2000-04-21 10:19:33 +02:00
|
|
|
PORTVERSION= 0.3a
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:38:37 +02:00
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl5 module to work with PGP messages
|
1996-10-24 10:38:37 +02:00
|
|
|
|
2014-06-11 22:58:12 +02:00
|
|
|
RUN_DEPENDS= pgpin:${PORTSDIR}/security/pgpin
|
1997-06-24 20:43:34 +02:00
|
|
|
|
2014-02-04 12:41:33 +01:00
|
|
|
PORTSCOUT= skipv:1.0
|
|
|
|
|
2015-01-15 21:00:09 +01:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64 sparc64
|
2014-02-04 12:41:33 +01:00
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
1996-10-24 10:38:37 +02:00
|
|
|
|
2014-02-04 12:41:33 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|WriteMakefile;|WriteMakefile( 'NAME' => "PGP::Pipe" );|' \
|
|
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
@${REINPLACE_CMD} -e '/^=over 4/d' ${WRKSRC}/PGP/Pipe.pm
|
|
|
|
|
1997-09-14 04:55:26 +02:00
|
|
|
pre-configure:
|
2014-02-04 12:41:33 +01:00
|
|
|
@${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC}
|
1997-09-14 04:55:26 +02:00
|
|
|
|
1996-10-24 10:38:37 +02:00
|
|
|
.include <bsd.port.mk>
|