diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-01-22 13:16:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-01-22 13:16:48 +0000 |
commit | f4501451b3e5eae8fb6b5a1f50bc59129148733a (patch) | |
tree | bf20cd24683ad20bffebe635e17860aeeebed2dc /security/p5-Crypt-GPG/Makefile | |
parent | 90927e2db80d42b518f6837518bd324cd231558a (diff) |
- Add missing dependency
- Bump PORTREVISION
PR: ports/130630
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes
Notes:
svn path=/head/; revision=226675
Diffstat (limited to 'security/p5-Crypt-GPG/Makefile')
-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 |