1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/pecl-dbase/Makefile
Martin Wilke 1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00

21 lines
367 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
.include <bsd.port.mk>