- Fix compiler error and unbreak

- Take maintainership
- Bump PORTREVISION

Reported by:	pointyhat
Approved by:	portmgr (marcus)
This commit is contained in:
Greg Larkin 2009-04-16 18:13:26 +00:00
parent 6b97b2f504
commit 478b9f3e41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232353

View file

@ -7,6 +7,7 @@
PORTNAME= spl_types
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@ -14,7 +15,7 @@ DISTNAME= SPL_Types-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= ports@FreeBSD.org
MAINTAINER= glarkin@FreeBSD.org
COMMENT= A PECL extension of a collection of special typehandling classes
USE_PHP= spl
@ -23,7 +24,6 @@ USE_PHPEXT= yes
PHP_MODNAME= spl_types
CONFIGURE_ARGS= --enable-spl-types
BROKEN= does not compile
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>