summaryrefslogblamecommitdiff
path: root/databases/pear-DB_DataObject/Makefile
blob: 2294869af073db1fd9c9b6a369d18976bfa21211 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                     
                              
 
                                 






                                                                   

                                                                             

                           
 
                                
                                                          
 

                                                                                   
 

                          
                               
                                                                       

      
                                             
                           
# New ports collection makefile for:   pear-DB_DataObject
# Date created:        23 August 2004
# Whom:                Antonio Carlos Venancio Junior (<antonio@php.net>)
#
# $FreeBSD$
#

PORTNAME=	DB_DataObject
PORTVERSION=	1.8.4
CATEGORIES=	databases pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An SQL Builder, Object Interface to Database Tables

BUILD_DEPENDS=	${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
		${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	DB
FILES=		DataObject.php DataObject/Cast.php DataObject/Generator.php \
		DataObject/createTables.php DataObject/Error.php
EXAMPLES=	example.ini
_EXAMPLESDIR=	docs

LATEST_LINK=	pear-${PORTNAME}
OPTIONS=	PEAR_VALIDATE "PEAR::Validate support" off

post-patch:
	@${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/DataObject.php

.include <bsd.port.pre.mk>

.if defined(WITH_PEAR_VALIDATE)
RUN_DEPENDS+=	${PEARDIR}/Validate.php:${PORTSDIR}/devel/pear-Validate
.endif

.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>