aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Excel-Template
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-29 16:47:42 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-29 16:47:42 +0000
commite6353d0b3db307b860585f8ab426823ebe603cb0 (patch)
tree006d8263c256450d1533fb1effbde963c31ee3c0 /textproc/p5-Excel-Template
parent3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff)
downloadports-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.gz
ports-e6353d0b3db307b860585f8ab426823ebe603cb0.zip
Notes
Diffstat (limited to 'textproc/p5-Excel-Template')
-rw-r--r--textproc/p5-Excel-Template/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-Excel-Template/Makefile b/textproc/p5-Excel-Template/Makefile
index 77ae699aa94a..c222dbb76147 100644
--- a/textproc/p5-Excel-Template/Makefile
+++ b/textproc/p5-Excel-Template/Makefile
@@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Perl module for templating Excel files
-BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
+BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
- ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
- ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \
- ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep
+ 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
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@@ -59,7 +59,7 @@ MAN3= Excel::Template.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
+RUN_DEPENDS+= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
CONFIGURE_ARGS+= USE_UNICODE=1
.endif