diff options
Diffstat (limited to 'textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile')
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile b/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile index 796e59d69240..fec6d29b7ff7 100644 --- a/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel-FromXML/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Create an Excel Spreadsheet from XML -BUILD_DEPENDS= ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel +BUILD_DEPENDS= p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |