mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE
- After changing to "mysqli", this port builds successfully with PHP 7.x - Ignore for PHP 56 Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
7237f8a539
commit
aa80e56c48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487979
1 changed files with 5 additions and 4 deletions
|
@ -8,8 +8,9 @@ CATEGORIES= databases www pear
|
||||||
MAINTAINER= joneum@FreeBSD.org
|
MAINTAINER= joneum@FreeBSD.org
|
||||||
COMMENT= DataSource driver using PEAR::MDB2 and an SQL query
|
COMMENT= DataSource driver using PEAR::MDB2 and an SQL query
|
||||||
|
|
||||||
DEPRECATED= Works only with EOL php 5.6
|
LICENSE= BSD2CLAUSE
|
||||||
EXPIRATION_DATE= 2018-12-30
|
|
||||||
|
IGNORE_WITH_PHP= 56
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
|
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
|
||||||
${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
|
${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
|
||||||
|
@ -17,8 +18,8 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@$
|
||||||
${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
|
${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
|
||||||
|
|
||||||
USES= pear
|
USES= pear
|
||||||
USE_PHP= mysql
|
USE_PHP= mysqli
|
||||||
IGNORE_WITH_PHP= 71 72 73
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue