freebsd-ports/databases/pear-DB_DataObject/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

26 lines
765 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@php.net>)
# $FreeBSD$
PORTNAME= DB_DataObject
PORTVERSION= 1.11.3
CATEGORIES= databases pear
MAINTAINER= ports@FreeBSD.org
COMMENT= SQL Builder, Object Interface to Database Tables
BUILD_DEPENDS= pear-DB>=1.7.0:${PORTSDIR}/databases/pear-DB \
pear-Date>=1.4.3:${PORTSDIR}/devel/pear-Date
RUN_DEPENDS= pear-DB>=1.7.0:${PORTSDIR}/databases/pear-DB \
pear-Date>=1.4.3:${PORTSDIR}/devel/pear-Date
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-MDB2>=2.3.0:${PORTSDIR}/databases/pear-MDB2
PEAR_VALIDATE_RUN_DEPENDS= pear-Validate>=0.1.1:${PORTSDIR}/devel/pear-Validate
.include <bsd.port.mk>