openbsd-ports/textproc/p5-Text-Reflow/Makefile
florian 25a77cf7ce Import textproc/p5-Text-Reflow
input rpe@, sthen@
OK benoit@ (earlier version), sthen@

These routines will reflow the paragraphs in the given file,
filehandle, string or array using Knuth's paragraphing algorithm (as
used in TeX) to pick "good" places to break the lines.
2015-01-02 14:35:46 +00:00

17 lines
307 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/01/02 14:35:46 florian Exp $
SHARED_ONLY = Yes
COMMENT = module for reflowing text files
MODULES = cpan
DISTNAME = Text-Reflow-1.09
CATEGORIES = textproc
MAINTAINER = Florian Obser <florian+ports@narrans.de>
# perl
PERMIT_PACKAGE_CDROM = Yes
.include <bsd.port.mk>