diff options
Diffstat (limited to 'time/p5-DateTime-Format-Builder/Makefile')
-rw-r--r-- | time/p5-DateTime-Format-Builder/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/time/p5-DateTime-Format-Builder/Makefile b/time/p5-DateTime-Format-Builder/Makefile index a58728473ac..1ea6c0ee7b6 100644 --- a/time/p5-DateTime-Format-Builder/Makefile +++ b/time/p5-DateTime-Format-Builder/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:49:46 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/05/28 21:02:52 abs Exp $ -DISTNAME= DateTime-Format-Builder-0.7807 +DISTNAME= DateTime-Format-Builder-0.7901 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -12,7 +12,10 @@ COMMENT= Create DateTime parser classes and objects DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime PERL5_MODULE_TYPE= Module::Build +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DateTime/Format/Builder/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |