20 lines
373 B
Makefile
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>
|