diff options
Diffstat (limited to 'converters/pecl-igbinary/Makefile')
-rw-r--r-- | converters/pecl-igbinary/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile index 56d5c5ccbaf0..9c84315a7c03 100644 --- a/converters/pecl-igbinary/Makefile +++ b/converters/pecl-igbinary/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= igbinary -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 2.0.0 CATEGORIES= converters MASTER_SITES= http://pecl.php.net/get/ \ LOCAL/sunpoet @@ -16,7 +15,6 @@ COMMENT= Replacement for the standard PHP serializer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -IGNORE_WITH_PHP=70 USES= php:ext tar:tgz .include <bsd.port.mk> |