1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

databases/pear-MDB2: Reformat pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2021-07-14 23:51:37 +08:00
parent 32b9ed2628
commit ac793dd897
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 6 additions and 5 deletions

View File

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

View File

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