d10e8dfc64
Ignore with PHP 72 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13236
17 lines
285 B
Makefile
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>
|