diff options
author | sno <sno@pkgsrc.org> | 2012-09-03 11:16:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-03 11:16:19 +0000 |
commit | 4e0d388fe72337b41d3aace73ef0d4e3a247d6bb (patch) | |
tree | 6cfdb92079fd42cedd1cd08268737ae285c3ff10 /time/p5-Olson-Abbreviations | |
parent | 0d1ff2b4d2c2659ab37cc12a19dbfcf8efd876e2 (diff) | |
download | pkgsrc-4e0d388fe72337b41d3aace73ef0d4e3a247d6bb.tar.gz |
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.
Bumping revision
Diffstat (limited to 'time/p5-Olson-Abbreviations')
-rw-r--r-- | time/p5-Olson-Abbreviations/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/p5-Olson-Abbreviations/Makefile b/time/p5-Olson-Abbreviations/Makefile index bc11839e6c2..a4333f0a392 100644 --- a/time/p5-Olson-Abbreviations/Makefile +++ b/time/p5-Olson-Abbreviations/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2011/08/14 15:28:47 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/03 11:16:24 sno Exp $ # DISTNAME= Olson-Abbreviations-0.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EC/ECARROLL/} @@ -20,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Olson/Abbreviations/.packlist -PERL5_MODULE_TYPE= Module::Install +PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |