aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-XBase
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-22 15:57:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-22 15:57:55 +0000
commitbf531f1c334c73ed94bd033b056f6ec8d3b7d8ff (patch)
treeae143e86dfb09e21a44fe9f30b35da1a7d3b8d24 /databases/p5-DBD-XBase
parent7a65d69478377d2461e80c7d5dd82466215faac9 (diff)
downloadports-bf531f1c334c73ed94bd033b056f6ec8d3b7d8ff.tar.gz
ports-bf531f1c334c73ed94bd033b056f6ec8d3b7d8ff.zip
Change the way *_DEPENDS are set
- Update WWW
Notes
Notes: svn path=/head/; revision=526808
Diffstat (limited to 'databases/p5-DBD-XBase')
-rw-r--r--databases/p5-DBD-XBase/Makefile3
-rw-r--r--databases/p5-DBD-XBase/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBD-XBase/Makefile b/databases/p5-DBD-XBase/Makefile
index fee7f1264622..29a541e89aa0 100644
--- a/databases/p5-DBD-XBase/Makefile
+++ b/databases/p5-DBD-XBase/Makefile
@@ -10,11 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to XBase (dBase, Fox*) database files through DBI
-BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI
+BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
USES= perl5
USE_PERL5= configure
+
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/p5-DBD-XBase/pkg-descr b/databases/p5-DBD-XBase/pkg-descr
index 0ea8c12e4cd7..afedb00feda6 100644
--- a/databases/p5-DBD-XBase/pkg-descr
+++ b/databases/p5-DBD-XBase/pkg-descr
@@ -10,4 +10,4 @@ interface and SQL commands ($dbh->prepare("SELECT * FROM TABLE")). As
an argument to DBI->connect, specify "dbi:XBase:$dir", where $dir is
the directory with the data files.
-WWW: https://metacpan.org/pod/DBD::XBase
+WWW: https://metacpan.org/release/DBD-XBase