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 /editors | |
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 'editors')
-rw-r--r-- | editors/p5-Padre/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 7eb018a6389..36b71925ba3 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2013/11/24 09:57:03 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/12/09 14:17:47 obache Exp $ DISTNAME= Padre-0.96 PKGNAME= p5-${DISTNAME} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= editors perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -30,7 +30,7 @@ BUILD_DEPENDS+= p5-Test-Script>=1.07:../../devel/p5-Test-Script #DEPENDS+= p5-ack>=1.86:../../textproc/p5-ack DEPENDS+= p5-Algorithm-Diff>=1.1900:../../devel/p5-Algorithm-Diff DEPENDS+= p5-App-cpanminus>=0.9923:../../devel/p5-App-cpanminus -DEPENDS+= p5-CGI>=3.47:../../www/p5-CGI +DEPENDS+= {perl>=5.11.1,p5-CGI>=3.47}:../../www/p5-CGI DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny DEPENDS+= p5-Class-Adapter>=1.05:../../devel/p5-Class-Adapter DEPENDS+= p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector |