mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
a1993564e0
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
21 lines
553 B
Makefile
21 lines
553 B
Makefile
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Config
|
|
PORTVERSION= 1.10.12
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Your configurations swiss-army knife
|
|
|
|
OPTIONS_DEFINE= PEAR_XML_PARSER PEAR_XML_UTIL
|
|
PEAR_XML_PARSER_DESC= PEAR::XML_Parser support
|
|
PEAR_XML_UTIL_DESC= PEAR::XML_Util support
|
|
|
|
USES= pear
|
|
|
|
PEAR_XML_PARSER_RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
|
|
PEAR_XML_UTIL_RUN_DEPENDS= ${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|