diff options
Diffstat (limited to 'textproc/p5-Excel-Template/Makefile')
-rw-r--r-- | textproc/p5-Excel-Template/Makefile | 10 |
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 |