aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-Excel
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-04 21:06:24 +0800
committeraz <az@FreeBSD.org>2012-06-04 21:06:24 +0800
commitfc67a16a9878ca2b11eac2793cfae8e35a8f2d52 (patch)
treed6a686cee2e961f1e6a54f02cd20b4fec1a7fe80 /databases/p5-DBD-Excel
parente239bb0fb6176fd217b9362bb7bbe828044a783e (diff)
downloadfreebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.tar.gz
freebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.tar.zst
freebsd-ports-gnome-fc67a16a9878ca2b11eac2793cfae8e35a8f2d52.zip
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'databases/p5-DBD-Excel')
-rw-r--r--databases/p5-DBD-Excel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBD-Excel/Makefile b/databases/p5-DBD-Excel/Makefile
index fa6d4a37a04f..76544a4c08df 100644
--- a/databases/p5-DBD-Excel/Makefile
+++ b/databases/p5-DBD-Excel/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A class for DBI drivers that acts on Excel files
-BUILD_DEPENDS= ${SITE_PERL}/SQL/Statement.pm:${PORTSDIR}/databases/p5-SQL-Statement \
- ${SITE_PERL}/Spreadsheet/ParseExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
- ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \
- ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS= p5-SQL-Statement>=0:${PORTSDIR}/databases/p5-SQL-Statement \
+ p5-Spreadsheet-ParseExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-ParseExcel \
+ p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \
+ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME}