summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2018-12-21 11:11:10 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2018-12-21 11:11:10 +0000
commitad522e220239499cceb6a39617dcdf6f73893477 (patch)
treee5fe8dd21d4580519f3c3f5c2aca5414e167191b
parent - After changing to "mysqli", this port builds successfully with PHP 7.x (diff)
- After changing to "mysqli", this port builds successfully with PHP 7.x
- Ignore for PHP 56 - Add NO_ARCH - Add LICENSE Sponsored by: Netzkommune GmbH
-rw-r--r--textproc/pear-Structures_DataGrid_DataSource_XML/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
index b490f7a41f4a..9602be7c4d29 100644
--- a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
+++ b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
@@ -8,14 +8,16 @@ CATEGORIES= textproc databases www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= DataSource driver using XML files
-DEPRECATED= Works only with EOL php 5.6
-EXPIRATION_DATE= 2018-12-30
+LICENSE= BSD2CLAUSE
+
+IGNORE_WITH_PHP= 56
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
USES= pear
-USE_PHP= mysql
-IGNORE_WITH_PHP=71 72 73
+USE_PHP= mysqli
+
+NO_ARCH= yes
.include <bsd.port.mk>