diff options
author | gabor <gabor@FreeBSD.org> | 2009-01-22 21:16:48 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-01-22 21:16:48 +0800 |
commit | 22deb0db44cbea0edbca792576167e566889a572 (patch) | |
tree | e1269d17158034f01adaf9d5178e965ede683389 /security/p5-Crypt-GPG | |
parent | 2692ed23aaf8638de476c20bd9e37663df0a224c (diff) | |
download | freebsd-ports-gnome-22deb0db44cbea0edbca792576167e566889a572.tar.gz freebsd-ports-gnome-22deb0db44cbea0edbca792576167e566889a572.tar.zst freebsd-ports-gnome-22deb0db44cbea0edbca792576167e566889a572.zip |
- Add missing dependency
- Bump PORTREVISION
PR: ports/130630
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'security/p5-Crypt-GPG')
-rw-r--r-- | security/p5-Crypt-GPG/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile index 8d67cd91320d..1c0dcf6ea8d1 100644 --- a/security/p5-Crypt-GPG/Makefile +++ b/security/p5-Crypt-GPG/Makefile @@ -5,6 +5,7 @@ PORTNAME= Crypt-GPG PORTVERSION= 1.63 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gabor@FreeBSD.org COMMENT= Perl extension for GnuPG +RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run + PERL_CONFIGURE= yes MAN3= Crypt::GPG.3 |