pkgsrc/textproc/p5-Text-Reflow/Makefile
heinz 435c20ab95 Import of Perl module Text-Reflow 1.05.
Text::Reflow is a Perl module for reflowing paragraphs of text using
Knuth's paragraphing algorithm.  The program looks for "optimal"
places to insert line breaks in order to avoid breaking up phrases.
This results in more ragged, but more readable paragraphs.
2006-07-12 17:41:04 +00:00

19 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/07/12 17:41:04 heinz Exp $
#
DISTNAME= Text-Reflow-1.05
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5rfl
CATEGORIES= textproc perl5
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Text/Reflow/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"