# New ports collection makefile for:    pecl-dbase
# Date created:                 2010/10/21
# Whom:                         toomas <toomas@median.ee>
#
# $FreeBSD: ports/databases/pecl-dbase/Makefile,v 1.2 2010/12/20 06:54:54 miwi Exp $
#

PORTNAME=	dbase
PORTVERSION=	5.0.1
CATEGORIES=	databases pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	toomas@median.ee
COMMENT=	dBase database file access functions for PHP

LICENSE=	PHP301

USE_PHP=	yes
USE_PHPEXT=	yes

IGNORE_WITH_PHP=	4

.include <bsd.port.mk>
