1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/databases/pecl-dbase/Makefile
Martin Wilke dd45ff7fe1 * Update IGNORE_WITH_PHP to only include 4 as this works with php 5.2.
* Add LICENSE=PHP301 - http://pecl.php.net/package/dbase - depends on ports/152927
* Remove MD5 line from distinfo.

PR:		152935
Submitted by:	"Tom Judge" <tom@tomjudge.com>
Approved by:	maintainer
2010-12-20 06:54:54 +00:00

27 lines
503 B
Makefile

# 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>