diff options
Diffstat (limited to 'time/p5-DateTime-TimeZone/Makefile')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index a3825aa9437..bd136ead223 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2010/01/25 23:38:17 seb Exp $ +# $NetBSD: Makefile,v 1.28 2010/03/08 16:43:34 sno Exp $ -DISTNAME= DateTime-TimeZone-1.10 +DISTNAME= DateTime-TimeZone-1.11 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -10,11 +10,14 @@ HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/ COMMENT= Perl module to handle time zone manipulation LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= p5-Module-Build>=0.35000:../../devel/p5-Module-Build +BUILD_DEPENDS+= {perl>=5.10.1,p5-Module-Build>=0.35000}:../../devel/p5-Module-Build DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate +# on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX +# but this will result in circular dependency + USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist |