diff options
author | sno <sno@pkgsrc.org> | 2009-09-13 19:31:22 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-13 19:31:22 +0000 |
commit | c4eb1ee4b0b75b04749e86a8de42ca66fd2c3a09 (patch) | |
tree | f501bfb926917048ca395f9de1c7a85630f5997e /textproc/p5-Text-Reform/Makefile | |
parent | f80eb1517a48efe00b8bb4110a3d8ccac8a59c33 (diff) | |
download | pkgsrc-c4eb1ee4b0b75b04749e86a8de42ca66fd2c3a09.tar.gz |
Updating textproc/p5-Text-Reform from 1.11nb4 to 1.20
pkgsrc changes:
- Adding license definition
- Setting module type (Module::Build)
Upstream changes:
1.20 2009-09-06 (by Alexandr Ciornii)
- reform.t ported to Test::More
- Better prereqs
- Buggy support of locale removed
1.12.2 Sun Sep 30 05:10:18 2007
1.12.1 Sun Sep 30 05:08:10 2007
1.12.0 Sun Sep 30 04:51:21 2007
- Added &columns to export list (thanks Bob)
- Fixed doc buglets (thanks Mike)
- Removed use of 'our' to preserve 5.005 compatibility
- Fixed shebang lines in demos
- Added WINDOWS_PATCH to patch around apparent bug in POSIX::strtod
under Windows (thanks Torsten)
- Added 'except' option to break_at() (thanks Bron)
- Changed to dual licensing for Fedora compatibility
Diffstat (limited to 'textproc/p5-Text-Reform/Makefile')
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile index 6e7ce4441c5..0f6ca9586ef 100644 --- a/textproc/p5-Text-Reform/Makefile +++ b/textproc/p5-Text-Reform/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2008/10/19 19:18:56 he Exp $ +# $NetBSD: Makefile,v 1.12 2009/09/13 19:31:22 sno Exp $ # -DISTNAME= Text-Reform-1.11 +DISTNAME= Text-Reform-1.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5trf CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -11,12 +10,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= eric@cirr.com HOMEPAGE= http://search.cpan.org/search?module=Text::Reform COMMENT= Manual text wrapping and reformatting +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Text/Reform/.packlist +PERL5_MODULE_TYPE= Module::Build REPLACE_PERL+= demo*.pl |