diff options
Diffstat (limited to 'textproc/p5-Text-Reflow/Makefile')
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile new file mode 100644 index 00000000000..1694f4e59f8 --- /dev/null +++ b/textproc/p5-Text-Reflow/Makefile @@ -0,0 +1,19 @@ +# $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" |