svn commit: r526808 - head/databases/p5-DBD-XBase
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 22 15:57:56 UTC 2020
Author: sunpoet
Date: Sat Feb 22 15:57:55 2020
New Revision: 526808
URL: https://svnweb.freebsd.org/changeset/ports/526808
Log:
Change the way *_DEPENDS are set
- Update WWW
Modified:
head/databases/p5-DBD-XBase/Makefile
head/databases/p5-DBD-XBase/pkg-descr
Modified: head/databases/p5-DBD-XBase/Makefile
==============================================================================
--- head/databases/p5-DBD-XBase/Makefile Sat Feb 22 15:57:48 2020 (r526807)
+++ head/databases/p5-DBD-XBase/Makefile Sat Feb 22 15:57:55 2020 (r526808)
@@ -10,11 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at 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>
Modified: head/databases/p5-DBD-XBase/pkg-descr
==============================================================================
--- head/databases/p5-DBD-XBase/pkg-descr Sat Feb 22 15:57:48 2020 (r526807)
+++ head/databases/p5-DBD-XBase/pkg-descr Sat Feb 22 15:57:55 2020 (r526808)
@@ -10,4 +10,4 @@ interface and SQL commands ($dbh->prepare("SELECT * FR
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
More information about the svn-ports-head
mailing list