- Fix compiler error and unbreak
- Take maintainership - Bump PORTREVISION Reported by: pointyhat Approved by: portmgr (marcus)
This commit is contained in:
parent
6b97b2f504
commit
478b9f3e41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232353
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue