pkgsrc/textproc/p5-Text-Wrapper/Makefile
wen f27ac4e491 Update to 1.04
Add LICENSE

Upstream changes:
1.04   May 25, 2012
	- restore compatibility with Perl 5.8.0 (RT#77386)
	  patch provided by Thomas Sibley

1.03   March 10, 2012
	- add the wrap_after attribute
	- now requires Perl 5.10.0 or later
	- explicitly supports U+2000 - U+200B as breaking spaces
	- now built with Dist::Zilla (includes v2 META.json)
	- repository now publicly available on GitHub
2013-08-26 01:49:43 +00:00

18 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.23 2013/08/26 01:49:43 wen Exp $
#
DISTNAME= Text-Wrapper-1.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5twr
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Wrapper/
COMMENT= Perl5 module that provides simple word wrapping
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Text/Wrapper/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"