mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => XML_Query2XML-1.7.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/XML_Query2XML-1.7.2.tgz fetch: http://pear.php.net/get/XML_Query2XML-1.7.2.tgz: size mismatch: expected 384024, actual 388604 Reference: https://people.FreeBSD.org/~sunpoet/checksum/XML_Query2XML-1.7.2.tgz [1] Approved by: portmgr (blanket)
23 lines
630 B
Makefile
23 lines
630 B
Makefile
# Created by: wenheping<wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML_Query2XML
|
|
PORTVERSION= 1.7.2
|
|
CATEGORIES= databases pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class transform SQL queries into XML data
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
|
|
|
|
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
|
|
|
|
USES= pear
|
|
|
|
PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2
|
|
PEAR_NET_LDAP2_BUILD_DEPENDS= ${PEARDIR}/Net/LDAP2.php:net/pear-Net_LDAP2
|
|
|
|
.include <bsd.port.mk>
|