mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +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
30 lines
933 B
Makefile
30 lines
933 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@php.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DB_DataObject
|
|
PORTVERSION= 1.11.5
|
|
CATEGORIES= databases pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= SQL Builder, Object Interface to Database Tables
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/docs/LICENCE.txt
|
|
|
|
BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}DB>=1.7.0:databases/pear-DB@${PHP_FLAVOR} \
|
|
${PEAR_PKGNAMEPREFIX}Date>=1.4.3:devel/pear-Date@${PHP_FLAVOR}
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}DB>=1.7.0:databases/pear-DB@${PHP_FLAVOR} \
|
|
${PEAR_PKGNAMEPREFIX}Date>=1.4.3:devel/pear-Date@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
OPTIONS_DEFINE= PEAR_MDB2 PEAR_VALIDATE
|
|
|
|
PEAR_MDB2_DESC= PEAR::MDB2 support
|
|
PEAR_VALIDATE_DESC= PEAR::Validate support
|
|
|
|
PEAR_MDB2_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=2.3.0:databases/pear-MDB2@${PHP_FLAVOR}
|
|
PEAR_VALIDATE_RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Validate>=0.1.1:devel/pear-Validate@${PHP_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|