aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pecl-dbase/Makefile
blob: 24a7ed5afa70e5112a32bbee9aba9b1667c8d0aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    pecl-dbase
# Date created:                 2010/10/21
# Whom:                         toomas <toomas@median.ee>
#
# $FreeBSD$
#

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>