2013-09-20 18:05:24 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2009-08-14 11:21:52 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= igbinary
|
2014-08-30 17:19:48 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2009-08-14 11:21:52 +02:00
|
|
|
CATEGORIES= converters
|
2014-08-31 18:27:27 +02:00
|
|
|
MASTER_SITES= http://pecl.php.net/get/ \
|
|
|
|
LOCAL/sunpoet
|
2014-06-05 12:36:17 +02:00
|
|
|
PKGNAMEPREFIX= pecl-
|
2014-07-03 17:55:17 +02:00
|
|
|
DIST_SUBDIR= PECL
|
2009-08-14 11:21:52 +02:00
|
|
|
|
2014-07-03 17:55:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2009-08-14 11:21:52 +02:00
|
|
|
COMMENT= Replacement for the standard PHP serializer
|
|
|
|
|
2014-07-03 17:55:17 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2009-08-14 11:21:52 +02:00
|
|
|
USE_PHP= session
|
|
|
|
USE_PHP_BUILD= yes
|
|
|
|
USE_PHPEXT= yes
|
2014-07-03 17:55:17 +02:00
|
|
|
USE_PHPIZE= yes
|
|
|
|
USES= tar:tgz
|
2009-08-14 11:21:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|