aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 15:51:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:09:48 +0000
commitac793dd897549b00f848610dfd85f03c3e0e695b (patch)
tree2e02185468ad1e08bf02e727848a078416e842de
parent32b9ed2628d518b290a0f62b412d00da294f4637 (diff)
downloadports-ac793dd897549b00f848610dfd85f03c3e0e695b.tar.gz
ports-ac793dd897549b00f848610dfd85f03c3e0e695b.zip
databases/pear-MDB2: Reformat pkg-descr
-rw-r--r--databases/pear-MDB2/Makefile3
-rw-r--r--databases/pear-MDB2/pkg-descr8
2 files changed, 6 insertions, 5 deletions
diff --git a/databases/pear-MDB2/Makefile b/databases/pear-MDB2/Makefile
index 21f8f1543c7c..e01e295e73cc 100644
--- a/databases/pear-MDB2/Makefile
+++ b/databases/pear-MDB2/Makefile
@@ -10,7 +10,8 @@ COMMENT= PEAR database abstraction layer
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
USES= pear
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/databases/pear-MDB2/pkg-descr b/databases/pear-MDB2/pkg-descr
index f6e0c47104a0..24b330a2b353 100644
--- a/databases/pear-MDB2/pkg-descr
+++ b/databases/pear-MDB2/pkg-descr
@@ -1,9 +1,9 @@
PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction
layers.
-It provides a common API for all supported RDBMS. The main difference to
-most other DB abstraction packages is that MDB2 goes much further to
-ensure portability. MDB2 provides most of its many features optionally
-that can be used to construct portable SQL statements.
+It provides a common API for all supported RDBMS. The main difference to most
+other DB abstraction packages is that MDB2 goes much further to ensure
+portability. MDB2 provides most of its many features optionally that can be used
+to construct portable SQL statements.
WWW: https://pear.php.net/package/MDB2