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 /devel/p5-B-Hooks-OP-PPAddr | |
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 'devel/p5-B-Hooks-OP-PPAddr')
-rw-r--r-- | devel/p5-B-Hooks-OP-PPAddr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-B-Hooks-OP-PPAddr/Makefile b/devel/p5-B-Hooks-OP-PPAddr/Makefile index 45e871c1585..ffaef8d8fcd 100644 --- a/devel/p5-B-Hooks-OP-PPAddr/Makefile +++ b/devel/p5-B-Hooks-OP-PPAddr/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:05 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:43 obache Exp $ DISTNAME= B-Hooks-OP-PPAddr-0.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} @@ -12,7 +12,7 @@ COMMENT= Hook into opcode execution LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends -DEPENDS+= p5-parent>0:../../devel/p5-parent +DEPENDS+= {perl>=5.10.1,p5-parent>0}:../../devel/p5-parent USE_LANGUAGES= c PERL5_PACKLIST= auto/B/Hooks/OP/PPAddr/.packlist |