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 /time/p5-Time-TAI64 | |
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 'time/p5-Time-TAI64')
-rw-r--r-- | time/p5-Time-TAI64/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile index 28fb8ec0063..c56115fe9b4 100644 --- a/time/p5-Time-TAI64/Makefile +++ b/time/p5-Time-TAI64/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:54 obache Exp $ DISTNAME= Time-TAI64-2.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 SVR4_PKGNAME= p5tt6 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} @@ -11,8 +11,8 @@ MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/ COMMENT= Convert TAI64 strings into standard unix timestamps -BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple -DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes PERL5_PACKLIST= auto/Time/TAI64/.packlist |