mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22 lines
381 B
Makefile
22 lines
381 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
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|