pkgsrc-wip/p5-Text-Reform/Makefile
Eric Schnoebelen db845872e0 Text::Reform takes a series of format (or "picture") strings followed by
replacement values, interpolates those values into each picture string,
and returns the result. The effect is similar to the inbuilt perl format
mechanism, although the field specification syntax is simpler and some
of the formatting behaviour is more sophisticated.
2003-07-13 03:31:48 +00:00

18 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/07/13 03:31:48 schnoebe Exp $
#
DISTNAME= Text-Reform-1.11
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5trf
CATEGORIES= wip textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= eric@cirr.com
HOMEPAGE= http://search.cpan.org/search?module=Text::Reform
COMMENT= Manual text wrapping and reformatting
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Reform/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"