diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-02-26 15:06:21 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-02-26 15:06:21 +0000 |
commit | 28ce65ff8f048e863d723262359c688989ed8f60 (patch) | |
tree | b0be753a91499e74e32669c4230bf56a4a086233 /textproc/p5-Spreadsheet-ParseExcel/Makefile | |
parent | 1ece85480a0ce53d574530c27b86a8139771a096 (diff) | |
download | ports-28ce65ff8f048e863d723262359c688989ed8f60.tar.gz ports-28ce65ff8f048e863d723262359c688989ed8f60.zip |
Notes
Diffstat (limited to 'textproc/p5-Spreadsheet-ParseExcel/Makefile')
-rw-r--r-- | textproc/p5-Spreadsheet-ParseExcel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Spreadsheet-ParseExcel/Makefile b/textproc/p5-Spreadsheet-ParseExcel/Makefile index 80ad22c2a2dc..9905f544a341 100644 --- a/textproc/p5-Spreadsheet-ParseExcel/Makefile +++ b/textproc/p5-Spreadsheet-ParseExcel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Spreadsheet-ParseExcel -PORTVERSION= 0.26 +PORTVERSION= 0.2602 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Spreadsheet @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite +BUILD_DEPENDS= ${SITE_PERL}/OLE/Storage_Lite.pm:${PORTSDIR}/devel/p5-OLE-Storage_Lite RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |