mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
dd45ff7fe1
* Add LICENSE=PHP301 - http://pecl.php.net/package/dbase - depends on ports/152927 * Remove MD5 line from distinfo. PR: 152935 Submitted by: "Tom Judge" <tom@tomjudge.com> Approved by: maintainer
27 lines
503 B
Makefile
27 lines
503 B
Makefile
# New ports collection makefile for: pecl-dbase
|
|
# Date created: 2010/10/21
|
|
# Whom: toomas <toomas@median.ee>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbase
|
|
PORTVERSION= 5.0.1
|
|
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
|
|
|
|
IGNORE_WITH_PHP= 4
|
|
|
|
.include <bsd.port.mk>
|