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 /textproc/p5-Text-Xslate | |
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 'textproc/p5-Text-Xslate')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index e94c35a64c9..d55dd4dbadf 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2013/11/30 10:17:14 wen Exp $ +# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:53 obache Exp $ # DISTNAME= Text-Xslate-3.1.0 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -14,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} MAKE_JOBS_SAFE= no DEPENDS+= p5-Data-MessagePack>=0.38:../../devel/p5-Data-MessagePack -DEPENDS+= p5-parent>=0.221:../../devel/p5-parent +DEPENDS+= {perl>=5.10.1,p5-parent>=0.221}:../../devel/p5-parent DEPENDS+= p5-Mouse>=1.08:../../devel/p5-Mouse DEPENDS+= p5-Test-Requires>=0:../../devel/p5-Test-Requires # only for regress test |