# New ports collection makefile for:	pecl-spl_types
# Date created:			15 Jan 2007
# Whom:				Ditesh Shashikant Gathani <ditesh@gathani.org>
#
# $FreeBSD: ports/devel/pecl-spl_types/Makefile,v 1.5 2010/12/13 18:11:20 glarkin Exp $
#

PORTNAME=	spl_types
PORTVERSION=	0.3.0
PORTREVISION=	1
CATEGORIES=	devel pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
DISTNAME=	SPL_Types-${PORTVERSION}
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	glarkin@FreeBSD.org
COMMENT=	A PECL extension of a collection of special typehandling classes

LICENSE=	PHP301

USE_PHP=	spl
USE_PHP_BUILD=	yes
USE_PHPEXT=	yes
PHP_MODNAME=	spl_types
IGNORE_WITH_PHP=4

CONFIGURE_ARGS=	--enable-spl-types
CFLAGS+=	-I${LOCALBASE}/include

.include <bsd.port.mk>
