diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-05 22:16:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-05 22:16:24 +0000 |
commit | 848d6eb2a3e1bfa69046339936827e3f74ed13d8 (patch) | |
tree | 7e110ae5730d53426f3cb2ac58b24d5cc1f5c790 /time/p5-TimeDate | |
parent | 5af0fb873f9e84c35a2e712ec992a2e9d2758013 (diff) | |
download | pkgsrc-848d6eb2a3e1bfa69046339936827e3f74ed13d8.tar.gz |
bl3ify
Diffstat (limited to 'time/p5-TimeDate')
-rw-r--r-- | time/p5-TimeDate/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile index a6e17897859..8831eb3b055 100644 --- a/time/p5-TimeDate/Makefile +++ b/time/p5-TimeDate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:28:43 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/05 22:16:25 jlam Exp $ # DISTNAME= TimeDate-1.14 @@ -10,7 +10,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Perl5 TimeDate distribution -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/TimeDate/.packlist .include "../../lang/perl5/module.mk" |