summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-TimeZone/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-26 01:52:30 +0000
committerwiz <wiz@pkgsrc.org>2005-02-26 01:52:30 +0000
commit8c2c86370cab697198a295119242874c8bea0ff8 (patch)
tree1d70623f71f69b5431e78438e0d74df49c61132d /time/p5-DateTime-TimeZone/Makefile
parent19c1173913fa6bfa029c1c9f61da004bf051ec1f (diff)
downloadpkgsrc-8c2c86370cab697198a295119242874c8bea0ff8.tar.gz
Use Module::Build framework. Unbreaks build and makes
PLIST automatic again.
Diffstat (limited to 'time/p5-DateTime-TimeZone/Makefile')
-rw-r--r--time/p5-DateTime-TimeZone/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile
index 1ec8f957bd6..9ffb3e72866 100644
--- a/time/p5-DateTime-TimeZone/Makefile
+++ b/time/p5-DateTime-TimeZone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/26 16:17:12 cube Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/26 01:52:30 wiz Exp $
DISTNAME= DateTime-TimeZone-0.32
PKGNAME= p5-${DISTNAME}
@@ -11,10 +11,10 @@ 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
-BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
USE_BUILDLINK3= YES
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/TimeZone/.packlist
-.include "../../time/p5-DateTime-Locale/plist.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"