diff options
author | sno <sno@pkgsrc.org> | 2009-07-18 18:45:15 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-18 18:45:15 +0000 |
commit | 46a8adcbc35708e2cbb0638dbdc1b56d0be30f5a (patch) | |
tree | d6f00a6c6fe067f0dd2e323e1daf9433b7cccbde /textproc/p5-Text-Reflow/Makefile | |
parent | a00bd20cc87c0b59418bd85568e3d13a81d1891f (diff) | |
download | pkgsrc-46a8adcbc35708e2cbb0638dbdc1b56d0be30f5a.tar.gz |
pkgsrc changes:
- Updating package for Text::Reflow from 1.07 to 1.09
- Adjusting license
Upstream changes:
1.08 Wed Jul 8 12:39:32 BST 2009
- Added 'LICENCE' => 'Perl' to Makefile.PL
1.09 Mon Jul 13 09:40:46 BST 2009
- Fixed a typo: LICENCE -> LICENSE!
Diffstat (limited to 'textproc/p5-Text-Reflow/Makefile')
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile index ca463a032a4..c6cce54bcd2 100644 --- a/textproc/p5-Text-Reflow/Makefile +++ b/textproc/p5-Text-Reflow/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/07/08 11:24:23 sno Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/18 18:45:15 sno Exp $ # -DISTNAME= Text-Reflow-1.07 +DISTNAME= Text-Reflow-1.09 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5rfl CATEGORIES= textproc perl5 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-Reflow/ COMMENT= Reflowing of text using Knuth's paragraphing algorithm -LICENSE= gnu-gpl-v2 +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |