Index: head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile =================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (revision 487984) +++ head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (revision 487985) @@ -1,21 +1,23 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_RSS PORTVERSION= 0.1.1 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