diff options
Diffstat (limited to 'time/p5-DateTime-TimeZone/Makefile')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index a11ae059be8..4c7163ac513 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2007/11/29 17:43:22 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/05/28 21:05:11 abs Exp $ -DISTNAME= DateTime-TimeZone-0.6904 +DISTNAME= DateTime-TimeZone-0.77 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -12,8 +12,11 @@ COMMENT= Perl module to handle time zone manipulation DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate +USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |