pkgsrc/textproc/p5-Text-Tabs+Wrap/Makefile
wen 88901e6c12 Update to 2013.0523
Upstream changes:
= 2013/05/23

Change module 'NAME'

= 2013/05/22

Typos

= 2013/04/26

Minor test suite fixes - bug 81698.

Fixed bug 79766 -- an extraneous "=" in a regex.

Changed the license to qualify as an "open source" license.

= 2012/08/18

Packaging fix.

Minor documentation fixes.

= 2012/08/15

Minor fixes to test suites.

Added back versions to support old versions of perl.

= 2009/04/17

Added support for Unicode combining characters to both
Text::Tabs and Text::Wrap, plus a new test suite for each
of these new functionalities.  --tchrist
2013-08-26 01:27:15 +00:00

15 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/08/26 01:27:15 wen Exp $
DISTNAME= Text-Tabs+Wrap-2013.0523
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~muir/${DISTNAME}
COMMENT= Line wrapping to form simple paragraphs
PERL5_PACKLIST= auto/Text-Wrap/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"