1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/converters/igbinary/Makefile
Martin Wilke c8c7512bc4 - Update to 1.0.2
PR:		140869
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-11-26 14:43:32 +00:00

23 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.0.2
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>