diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-04-19 22:02:27 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-04-19 22:02:27 +0000 |
commit | ecc5c94f0fceb8e10d667ce687a9477c450a5f57 (patch) | |
tree | 66e8f778b00b1b3436b2e59a26c3ded5248b5371 /security/p5-Crypt-GPG/Makefile | |
parent | 06cd2075fc3b87fa510ad08d883ed9e2c8430130 (diff) |
- Add missing dependency on devel/p5-TimeDate
- Remove MD5 checksum from distinfo
PR: ports/156209
Submitted by: skreuzer
Approved by: pgj (implicit)
Notes
Notes:
svn path=/head/; revision=272938
Diffstat (limited to 'security/p5-Crypt-GPG/Makefile')
-rw-r--r-- | security/p5-Crypt-GPG/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile index 1e9f22b852f0..407c1b427619 100644 --- a/security/p5-Crypt-GPG/Makefile +++ b/security/p5-Crypt-GPG/Makefile @@ -5,7 +5,7 @@ PORTNAME= Crypt-GPG PORTVERSION= 1.63 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for GnuPG -RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run +RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ + p5-TimeDate>=1.20:${PORTSDIR}/devel/p5-TimeDate PERL_CONFIGURE= yes |