freebsd-ports/converters/igbinary/Makefile
Xin LI 8302d7bc78 Update to 1.1.1.
Submitted by:	maintainer
PR:		ports/154566
2011-05-25 22:27:49 +00:00

22 lines
458 B
Makefile

# 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>