freebsd-ports/security/p5-PGP/Makefile
Mark Linimon 3d4e0b20c4 Sort ARCHS. While here, pet portlint.
Approved by:	portmgr (tier-2 blanket)
2017-06-27 00:05:15 +00:00

32 lines
643 B
Makefile

# Created by: James FitzGibbon <jfitz@FreeBSD.org>
# $FreeBSD$
PORTNAME= PGP
PORTVERSION= 0.3a
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Perl5 module to work with PGP messages
RUN_DEPENDS= pgpin:security/pgpin
PORTSCOUT= skipv:1.0
ONLY_FOR_ARCHS= amd64 i386 sparc64
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>