opnsense-ports/databases/pecl-dbase/Makefile
Franco Fichtner 213adc5cef */*: sync with upstream
Taken from: FreeBSD
2016-06-28 20:04:47 +02:00

20 lines
373 B
Makefile

# Created by: toomas <toomas@median.ee>
# $FreeBSD$
PORTNAME= dbase
PORTVERSION= 5.1.0
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
USES= php:ext
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>