diff options
author | he <he@pkgsrc.org> | 2008-08-11 15:05:20 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-11 15:05:20 +0000 |
commit | 19fbbde032602cd198e0488d950e724502f71167 (patch) | |
tree | 4187d96f9184db9ba83f631a886008857313fa66 /textproc/p5-Pod-Tests/Makefile | |
parent | 512803bc287bd6f5363afe44373e36f2ad7990e7 (diff) | |
download | pkgsrc-19fbbde032602cd198e0488d950e724502f71167.tar.gz |
Update from version 0.18 to 1.19.
Pkgsrc changes:
o Fix PERL5_PACKLIST so that install actually works
Upstream changes:
1.19 Sat 12 Jul 2008
- Moving to a production version
- Changing to Module::Install to simplify maintenance
- Updating perl dependency to 5.005
- Updated author tests
- Some slight changes to resolve Kwalitee issues
- Stopped using MANIFEST for the tests
- Various minor whitespace and layout tweaks
Diffstat (limited to 'textproc/p5-Pod-Tests/Makefile')
-rw-r--r-- | textproc/p5-Pod-Tests/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Pod-Tests/Makefile b/textproc/p5-Pod-Tests/Makefile index 88ecfbac30f..14924498d62 100644 --- a/textproc/p5-Pod-Tests/Makefile +++ b/textproc/p5-Pod-Tests/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:48 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/08/11 15:05:20 he Exp $ -DISTNAME= Pod-Tests-0.18 +DISTNAME= Pod-Tests-1.19 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} @@ -11,7 +11,7 @@ COMMENT= Perl5 module that extracts embedded tests and code examples from POD PKG_DESTDIR_SUPPORT= user-destdir -PERL5_PACKLIST= auto/Pod-Tests/.packlist +PERL5_PACKLIST= auto/Pod/Tests/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |