diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 08:40:39 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 08:40:39 +0000 |
commit | e4640905cd22414de663591002d03128b82160bf (patch) | |
tree | aa5bddcee5945007ea11f6c2eac78ae0fe843e12 /textproc/p5-Spreadsheet-WriteExcel | |
parent | 383c9202af68d85b1b88c809f92cd399abf98cc4 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Spreadsheet-WriteExcel')
-rw-r--r-- | textproc/p5-Spreadsheet-WriteExcel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Spreadsheet-WriteExcel/Makefile b/textproc/p5-Spreadsheet-WriteExcel/Makefile index 500bb742eda8..24843e3f0f1d 100644 --- a/textproc/p5-Spreadsheet-WriteExcel/Makefile +++ b/textproc/p5-Spreadsheet-WriteExcel/Makefile @@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Write to a cross-platform Excel binary file -BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ - ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ - ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip +BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \ + p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \ + p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |