2003-04-18 09:06:37 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-Text-Reform
|
|
|
|
# Date created: 2 August 2002
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Reform
|
2003-06-04 13:52:30 +02:00
|
|
|
PORTVERSION= 1.11
|
2003-04-18 09:06:37 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Text
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-08-16 11:13:44 +02:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-04-18 09:06:37 +02:00
|
|
|
COMMENT= Manual text wrapping and reformatting
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Reform.3
|
2003-06-04 13:52:30 +02:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@${FIND} ${WRKSRC} -name \*.orig -delete
|
2003-04-18 09:06:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|