diff options
author | crees <crees@FreeBSD.org> | 2012-06-04 02:57:30 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-06-04 02:57:30 +0800 |
commit | 10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4 (patch) | |
tree | e0787cd2a5fecd9ab7c4f56be07119b885b73382 /databases/p5-DBIWrapper/Makefile | |
parent | b794b2537366efd7f5b215fcbbc6cba4b3ed9a34 (diff) | |
download | freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.tar.gz freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.tar.zst freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.zip |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az
Diffstat (limited to 'databases/p5-DBIWrapper/Makefile')
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index 6d9ea1ca1eab..bb1d803f3cf7 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -16,10 +16,10 @@ DISTNAME= libdbiwrapper-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for generic DBI database access -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ - ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ +BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} |