2007-07-07 18:19:09 +02:00
|
|
|
# New ports collection makefile for: p5-Text-Report
|
|
|
|
# Date created: 2007-07-07
|
|
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Report.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|