diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
commit | fbed0f13c124b64c21bf0c2e498f5b3982374e66 (patch) | |
tree | 8600124d807772040fd9a55e57ef7c2c57829eb5 /databases/p5-DBIx-XML_RDB/Makefile | |
parent | 80ec74d48e0f44cf8e62bceede4a391083392167 (diff) | |
download | ports-fbed0f13c124b64c21bf0c2e498f5b3982374e66.tar.gz ports-fbed0f13c124b64c21bf0c2e498f5b3982374e66.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-XML_RDB/Makefile')
-rw-r--r-- | databases/p5-DBIx-XML_RDB/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBIx-XML_RDB/Makefile b/databases/p5-DBIx-XML_RDB/Makefile index b60e754216fd..6d62ce172fd9 100644 --- a/databases/p5-DBIx-XML_RDB/Makefile +++ b/databases/p5-DBIx-XML_RDB/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for creating XML from existing DBI datasources -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |