diff options
author | obache <obache> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-09 14:17:41 +0000 |
commit | 6d099479482056adfc66dbb08690849831ffacb6 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /textproc/p5-Text-vCard | |
parent | c236e9247714297ef27d153abd4fbb9bf49978af (diff) | |
download | pkgsrc-6d099479482056adfc66dbb08690849831ffacb6.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 'textproc/p5-Text-vCard')
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index c4911082550..979ae95879a 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2013/05/31 12:42:18 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2013/12/09 14:17:53 obache Exp $ DISTNAME= Text-vCard-2.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5tv CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews # for MIME::QuotedPrint -DEPENDS+= p5-MIME-Base64>=3.07:../../converters/p5-MIME-Base64 +DEPENDS+= {perl>=5.8.8,p5-MIME-Base64>=3.07}:../../converters/p5-MIME-Base64 DEPENDS+= p5-File-Slurp>=9999.04:../../devel/p5-File-Slurp DEPENDS+= p5-Text-vFile-asData>=0.07:../../textproc/p5-Text-vFile-asData |