From 681228580067e68e9ce49cdf3dbc3483db389e77 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 18 Apr 2003 07:06:37 +0000 Subject: NEW PORT textproc/p5-Text-Reform Manual text wrapping and reformatting PR: ports/50783 Submitted by: Mathieu Arnold --- textproc/p5-Text-Reform/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 textproc/p5-Text-Reform/Makefile (limited to 'textproc/p5-Text-Reform/Makefile') diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile new file mode 100644 index 00000000000..c501baa2bca --- /dev/null +++ b/textproc/p5-Text-Reform/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-Text-Reform +# Date created: 2 August 2002 +# Whom: Mathieu Arnold +# +# $FreeBSD$ +# + +PORTNAME= Text-Reform +PORTVERSION= 1.10 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Manual text wrapping and reformatting + +PERL_CONFIGURE= yes + +MAN3= Text::Reform.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include -- cgit