2013-09-11 07:29:55 +02:00
|
|
|
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
2007-07-07 18:19:09 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-Report
|
2007-07-30 03:57:21 +02:00
|
|
|
PORTVERSION= 1.004
|
2007-07-07 18:19:09 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-07-07 18:19:09 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
|
|
COMMENT= For generating mixed columnar formatted reports and report templates
|
|
|
|
|
2012-06-30 14:42:52 +02:00
|
|
|
RUN_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2007-07-07 18:19:09 +02:00
|
|
|
|
2013-09-11 07:29:55 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-07-07 18:19:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|