diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /security/p5-Crypt-GPG | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'security/p5-Crypt-GPG')
-rw-r--r-- | security/p5-Crypt-GPG/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile index ed0a6c34be5..29ed7d219b7 100644 --- a/security/p5-Crypt-GPG/Makefile +++ b/security/p5-Crypt-GPG/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:54 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:51 obache Exp $ # DISTNAME= Crypt-GPG-1.63 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} @@ -13,7 +13,7 @@ COMMENT= Object Oriented Interface to GnuPG DEPENDS+= gnupg-[0-9]*:../../security/gnupg DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run -DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp +DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate PKG_INSTALLATION_TYPES= overwrite pkgviews |