mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
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
24 lines
846 B
Makefile
24 lines
846 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Template_Flexy
|
|
PORTVERSION= 1.3.13
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Extremely powerful Tokenizer driven Template engine
|
|
|
|
LICENSE= PHP202
|
|
|
|
OPTIONS_DEFINE= PEAR_HTML_JAVASCRIPT PEAR_FILE_GETTEXT PEAR_TRANSLATION2
|
|
PEAR_HTML_JAVASCRIPT_DESC= PEAR::HTML_Javascript support
|
|
PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support
|
|
PEAR_TRANSLATION2_DESC= PEAR::Translation2 support
|
|
|
|
USES= pear
|
|
|
|
PEAR_HTML_JAVASCRIPT_RUN_DEPENDS= ${PEARDIR}/HTML/Javascript.php:devel/pear-HTML_Javascript@${PHP_FLAVOR}
|
|
PEAR_FILE_GETTEXT_RUN_DEPENDS= ${PEARDIR}/File/Gettext.php:sysutils/pear-File_Gettext@${PHP_FLAVOR}
|
|
PEAR_TRANSLATION2_RUN_DEPENDS= ${PEARDIR}/Translation2.php:sysutils/pear-Translation2@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|