freebsd-ports/devel/pecl-params/Makefile
Martin Wilke 2ed0acc97d The params extension provides userspace equivalent of zend_parse_parameters()
WWW: http://pecl.php.net/package/params/

PR:		ports/118048
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-12-12 15:59:20 +00:00

25 lines
525 B
Makefile

# New ports collection makefile for: pecl-params
# Date created: 6 Aug 2007
# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
#
# $FreeBSD$
#
PORTNAME= params
PORTVERSION= 1.0
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ditesh@gathani.org
COMMENT= A PECL extension for a userspace equivalent of zend_parse_parameters()
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --enable-params
.include <bsd.port.mk>