aboutsummaryrefslogtreecommitdiff
path: root/converters/igbinary/Makefile
blob: a4a3837a82497f6f9156f99fd70def9a251a5f86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	igbinary
# Date created:		2009-06-05
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	igbinary
PORTVERSION=	1.1.1
CATEGORIES=	converters
MASTER_SITES=	http://opensource.dynamoid.com/	\
		http://files.gslin.org/~gslin/Software/

MAINTAINER=	gslin@gslin.org
COMMENT=	Replacement for the standard PHP serializer

USE_PHP=	session
USE_PHP_BUILD=	yes
USE_PHPIZE=	yes
USE_PHPEXT=	yes

.include <bsd.port.mk>