openbsd-ports/textproc/p5-Text-Wrapper/Makefile
msf a6d83c682a - Initial import of Text-Wrapper-1.000
This module provides simple word wrapping.  It breaks long lines, but
does not alter spacing or remove existing line breaks.  If you're
looking for more sophisticated text formatting, try the Text::Format
module. 

In short, Text::Wrapper is the object-oriented equivalent of Text::Wrap,
but with fewer bugs (I hope).
2004-12-22 03:09:18 +00:00

24 lines
480 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/22 03:09:18 msf Exp $
COMMENT= "simple word wrapping routine"
DISTNAME= Text-Wrapper-1.000
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>