forked from Lainports/opnsense-ports
17 lines
298 B
Makefile
17 lines
298 B
Makefile
# Created by: toomas <toomas@median.ee>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dbase
|
|
PORTVERSION= 5.1.0
|
|
PORTREVISION= 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
|
|
|
|
.include <bsd.port.mk>
|