2002-11-22 21:50:49 +01:00
|
|
|
# New ports collection makefile for: textproc/p5- Text-Reflow
|
|
|
|
# Date created: 2 August 2002
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Reflow
|
2009-08-17 16:22:27 +02:00
|
|
|
PORTVERSION= 1.09
|
2002-11-22 21:50:49 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-11-22 21:50:49 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Perl module for reflowing text files
|
2002-11-22 21:50:49 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Reflow.3
|
|
|
|
|
2004-10-07 14:49:34 +02:00
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/5.8-Reflow.pm
|
2003-05-03 03:30:36 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|