forked from Lainports/freebsd-ports
Text::TabularDisplay simplifies displaying textual data in a table. The output is identical to the columnar display of query results in the mysql text monitor. WWW: http://search.cpan.org/dist/Text-TabularDisplay PR: ports/66804 Submitted by: Lars Thegler <lars@thegler.dk>
27 lines
649 B
Makefile
27 lines
649 B
Makefile
# New ports collection makefile for: p5-Text-TabularDisplay
|
|
# Date created: 16 May 2004
|
|
# Whom: Lars Thegler <lars@thegler.dk>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-TabularDisplay
|
|
PORTVERSION= 1.18
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Text
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lars@thegler.dk
|
|
COMMENT= Display text in formatted table output
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::TabularDisplay.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${PERL_LEVEL} <= 500503
|
|
# make PREFIX-clean under perl 5.005_03
|
|
post-configure:
|
|
${PERL} -pi -e 's,/usr/local/,\$$(PREFIX)/,g' ${WRKSRC}/Makefile
|
|
.endif
|
|
.include <bsd.port.post.mk>
|