2013-06-07 09:13:13 +02:00
|
|
|
# Created by: Espen Tagestad <espen@tagestad.no>
|
2005-12-07 16:03:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Excel-Template
|
2012-05-24 22:11:25 +02:00
|
|
|
PORTVERSION= 0.34
|
2005-12-07 16:03:07 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-03-17 18:14:09 +01:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-07 16:03:07 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-09-05 04:36:44 +02:00
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
2005-12-07 16:03:07 +01:00
|
|
|
COMMENT= Perl module for templating Excel files
|
|
|
|
|
2014-01-21 15:03:59 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-06-29 18:47:42 +02:00
|
|
|
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
2006-08-16 08:31:14 +02:00
|
|
|
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
|
2012-06-29 18:47:42 +02:00
|
|
|
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
|
|
p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \
|
|
|
|
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-12-07 16:03:07 +01:00
|
|
|
|
2013-09-11 09:12:18 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-12-07 16:03:07 +01:00
|
|
|
|
2013-06-07 09:13:13 +02:00
|
|
|
.include <bsd.port.mk>
|