freebsd-ports/textproc/p5-Text-FormatTable/Makefile
Kevin Lo c39c999463 Initial import of p5-Text-FormatTable
Text::FormatTable renders simple tables as text. You pass to the constructor
a table format specification similar to LaTeX (e.g. "r|l|l") and you call
methods to fill the table data and insert rules. After the data is filled,
you render the table as text.

PR: 34257
Submitted by: Seamus Venasse <svenasse@polaris.ca>
2002-02-15 07:19:26 +00:00

22 lines
469 B
Makefile

# New ports collection makefile for: Text::FormatTable
# Date created: 24 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Text-FormatTable
PORTVERSION= 0.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Text::FormatTable.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>