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 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