diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 04:07:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 04:07:45 +0000 |
commit | 32ac3251070ad16b27fb5bd7322bd3cd1658d7b6 (patch) | |
tree | afd8b327acc0cb754df6f7366bbe1323e6b8c3c0 /devel | |
parent | debe59c960114a24b31ccc27cdb137c39a98d2d6 (diff) | |
download | pkgsrc-32ac3251070ad16b27fb5bd7322bd3cd1658d7b6.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Date-Calc/Makefile | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile index 2322f9097c0..c00f35bd5eb 100644 --- a/devel/p5-Config-IniFiles/Makefile +++ b/devel/p5-Config-IniFiles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:32:11 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 04:08:30 minskim Exp $ # DISTNAME= Config-IniFiles-2.23 @@ -11,7 +11,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/config-inifiles/ COMMENT= Perl module for reading .ini-style configuration files -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Config/IniFiles/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile index 08549da6958..ec63cb3b5c0 100644 --- a/devel/p5-Data-ShowTable/Makefile +++ b/devel/p5-Data-ShowTable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:32:14 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 04:08:21 minskim Exp $ # DISTNAME= Data-ShowTable-3.3 @@ -10,7 +10,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} MAINTAINER= bad@NetBSD.org COMMENT= Perl module to print arrays of data in nicely formatted listings -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Data/ShowTable/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile index 92939e7eda7..937c2751779 100644 --- a/devel/p5-Date-Calc/Makefile +++ b/devel/p5-Date-Calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/21 16:43:36 martti Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/25 04:07:45 minskim Exp $ # DISTNAME= Date-Calc-5.3 @@ -13,7 +13,9 @@ COMMENT= Perl5 module for Gregorian calendar date calculations DEPENDS+= p5-Bit-Vector-[0-9]*:../../devel/p5-Bit-Vector -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Date/Calc/.packlist post-patch: |