diff options
author | wen <wen@pkgsrc.org> | 2016-01-23 09:00:12 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-01-23 09:00:12 +0000 |
commit | 8925ae2d9f4defe22d186283939c35d832f3b366 (patch) | |
tree | f2bd7acfe08ce0444ec583a8d71749ae00d4cdda /devel/p5-Exporter-Lite/Makefile | |
parent | 4dee395f88cf3116b0f8c2f2a6c2312705c37ff0 (diff) | |
download | pkgsrc-8925ae2d9f4defe22d186283939c35d832f3b366.tar.gz |
Update to 0.08
Upstream changes:
0.08 2016-01-13
- Fixed typo in name of Constant::Export::Lazy in SEE ALSO. MANWAR++
- Simplified Makefile.PL
0.07 2015-10-09
- Updated github repo URL after changing my github username
Diffstat (limited to 'devel/p5-Exporter-Lite/Makefile')
-rw-r--r-- | devel/p5-Exporter-Lite/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Exporter-Lite/Makefile b/devel/p5-Exporter-Lite/Makefile index dcc8007314f..d5e43d6cab8 100644 --- a/devel/p5-Exporter-Lite/Makefile +++ b/devel/p5-Exporter-Lite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:11 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/01/23 09:00:12 wen Exp $ -DISTNAME= Exporter-Lite-0.06 +DISTNAME= Exporter-Lite-0.08 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/} |