freebsd-ports/devel/pear-VFS/Makefile
Alex Dupre 4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00

32 lines
828 B
Makefile

# Ports collection makefile for: pear-VFS
# Date created: 04 April 2004
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
#
# $FreeBSD$
#
PORTNAME= VFS
PORTVERSION= 0.0.5
CATEGORIES= devel pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR Virtual File System API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= gettext
FILES= VFS.php VFS/Browser.php VFS/GC.php VFS/ListItem.php \
VFS/Object.php VFS/file.php VFS/ftp.php VFS/musql.php \
VFS/sql.php VFS/sql_file.php
DATA= muvfs.sql vfs.oci8.sql vfs.pgsql.sql vfs.sql
SCRIPTFILES= vfs.php
post-patch:
@${MV} ${WRKSRC}/scripts/vfs.php ${WRKSRC}/pear-vfs.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>