diff options
author | wiz <wiz@pkgsrc.org> | 2008-06-01 15:39:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-06-01 15:39:37 +0000 |
commit | 14ff404933e82387c7289a86266643e7fe52023d (patch) | |
tree | 81e636b88ba01223eaa259ef94a0f70950f23eaf /time | |
parent | 0b0266ed1e9f948e1857bbcb31582f739de295d4 (diff) | |
download | pkgsrc-14ff404933e82387c7289a86266643e7fe52023d.tar.gz |
Needs a C compiler (otherwise some dependencies like e.g. p5-XML-Atom
don't accept the package).
Bump PKGREVISION for the additionally installed C module.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 96a06ee2c3e..45af51db48f 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2008/05/28 20:59:45 abs Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/01 15:39:37 wiz Exp $ DISTNAME= DateTime-0.4302 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -11,11 +12,11 @@ COMMENT= Perl module for date/time sets and ranges DEPENDS+= p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone -DEPENDS+= p5-DateTime-Locale>=0.35:../../time/p5-DateTime-Locale +DEPENDS+= p5-DateTime-Locale>=0.40:../../time/p5-DateTime-Locale DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple -USE_LANGUAGES= # empty +USE_LANGUAGES= c # installs C module PERL5_PACKLIST= auto/DateTime/.packlist PKG_DESTDIR_SUPPORT= user-destdir |