mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
84d58274d4
- fix path to pgpin binary PR: ports/190841 Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Approved by: mentors (implicit)
32 lines
662 B
Makefile
32 lines
662 B
Makefile
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PGP
|
|
PORTVERSION= 0.3a
|
|
PORTREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl5 module to work with PGP messages
|
|
|
|
RUN_DEPENDS= pgpin:${PORTSDIR}/security/pgpin
|
|
|
|
PORTSCOUT= skipv:1.0
|
|
|
|
ONLY_FOR_ARCHS= i386 alpha amd64 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>
|