diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-12-21 11:17:59 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-12-21 11:17:59 +0000 |
commit | 16acd0877a322a5e19b9748f5a5f0279d00bf9f8 (patch) | |
tree | a9dcadcc9f3bf14a48aa4f7617478a6981530076 | |
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_RSS/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile index 16e3b27e02fe..93299c2f9b2d 100644 --- a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile +++ b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile @@ -8,14 +8,16 @@ CATEGORIES= textproc databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using RSS 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> |