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
25 lines
639 B
Makefile
25 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/09/13 19:31:22 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Reform-1.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5trf
|
|
CATEGORIES= textproc perl5
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|