freebsd-ports/databases/pecl-dbase/Makefile
Jochen Neumeister d10e8dfc64 databases/pecl-dbase: Update to 5.1.1
Ignore with PHP 72

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13236
2017-11-24 21:54:14 +00:00

17 lines
285 B
Makefile

# Created by: toomas <toomas@median.ee>
# $FreeBSD$
PORTNAME= dbase
PORTVERSION= 5.1.1
CATEGORIES= databases pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= dBase database file access functions for PHP
LICENSE= PHP301
USES= php:pecl
IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>