mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -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
26 lines
594 B
Makefile
26 lines
594 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@php.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Validate
|
|
PORTVERSION= 0.8.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= PEAR Validation class
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
OPTIONS_DEFINE= DATE IDNA
|
|
|
|
DATE_DESC= Date and Time Zone Classes
|
|
DATE_RUN_DEPENDS= ${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR}
|
|
|
|
IDNA_DESC= Net_IDNA - Punycode encoding and decoding package
|
|
IDNA_RUN_DEPENDS= ${PEARDIR}/Net/IDNA.php:net/pear-Net_IDNA@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|