freebsd-ports/databases/pear-XML_Query2XML/Makefile

33 lines
855 B
Makefile
Raw Normal View History

# Created by: wenheping<wenheping@gmail.com>
# $FreeBSD$
PORTNAME= XML_Query2XML
2011-06-12 05:59:43 +02:00
PORTVERSION= 1.7.2
CATEGORIES= databases pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class transform SQL queries into XML data
2008-05-06 14:22:21 +02:00
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
2011-06-12 05:59:43 +02:00
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
2008-05-06 14:22:21 +02:00
LATEST_LINK= pear-XML_Query2xml
OPTIONS_DEFINE= PEAR_MDB2 PEAR_NET_LDAP2
PEAR_MDB2_DESC= Add support for pear-MDB2
PEAR_NET_LDAP2_DESC= Add support for pear-Net_LDAP2
2013-03-17 09:11:40 +01:00
PEAR_AUTOINSTALL= yes
.include <bsd.port.options.mk>
2008-05-06 14:22:21 +02:00
.if ${PORT_OPTIONS:MPEAR_MDB2}
2008-05-06 14:22:21 +02:00
BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
.endif
.if ${PORT_OPTIONS:MPEAR_NET_LDAP2}
BUILD_DEPENDS+= ${PEARDIR}/Net/LDAP2.php:${PORTSDIR}/net/pear-Net_LDAP2
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>