freebsd-ports/converters/igbinary/Makefile
John Marino 13dd12f2fe converters/igbinary: Add pecl- prefix for consistency
While here, update the WWW link.

PR:		ports/187656
Submitted by:	daniel
Tested by:	robak
approved by:	maintainer timeout (3 months)
2014-06-05 10:36:17 +00:00

19 lines
405 B
Makefile

# Created by: 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/
PKGNAMEPREFIX= pecl-
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>