freebsd-ports/security/p5-PGP/Makefile

32 lines
654 B
Makefile
Raw Normal View History

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
1999-08-31 03:53:22 +02:00
# $FreeBSD$
PORTNAME= PGP
PORTVERSION= 0.3a
PORTREVISION= 2
1997-04-20 15:53:29 +02:00
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl5 module to work with PGP messages
RUN_DEPENDS= pgpin:${PORTSDIR}/security/pgpin
PORTSCOUT= skipv:1.0
ONLY_FOR_ARCHS= i386 amd64 sparc64
2013-08-02 20:21:05 +02:00
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}
.include <bsd.port.mk>