2004-05-05 23:06:27 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-Text-Table
|
|
|
|
# Date created: May 2004
|
|
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Table
|
2010-09-25 17:27:08 +02:00
|
|
|
PORTVERSION= 1.116
|
2004-05-05 23:06:27 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-05-05 23:06:27 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-05-17 23:23:22 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-05-05 23:06:27 +02:00
|
|
|
COMMENT= Organize Data in Tables
|
|
|
|
|
2010-09-25 17:27:08 +02:00
|
|
|
BUILD_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner
|
2004-05-05 23:06:27 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Table.3
|
|
|
|
|
2007-04-06 08:48:45 +02:00
|
|
|
.include <bsd.port.mk>
|