2013-02-19 16:47:41 +01:00
|
|
|
# Created by: Autrijus Tang <autrijus@autrijus.org>
|
2004-05-05 23:06:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-Table
|
2014-05-20 04:54:24 +02:00
|
|
|
PORTVERSION= 1.130
|
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
|
|
|
|
|
2014-01-21 09:17:00 +01:00
|
|
|
LICENSE= ISCL
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2010-09-25 17:27:08 +02:00
|
|
|
BUILD_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner
|
2011-06-25 08:52:43 +02:00
|
|
|
RUN_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner
|
2004-05-05 23:06:27 +02:00
|
|
|
|
2013-09-10 18:48:41 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-05-05 23:06:27 +02:00
|
|
|
|
2007-04-06 08:48:45 +02:00
|
|
|
.include <bsd.port.mk>
|