freebsd-ports/devel/pecl-intl/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

19 lines
345 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= intl
PORTVERSION= 3.0.0
PORTREVISION= 7
CATEGORIES= devel pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL extension to support Internationalization(ICU)
LICENSE= PHP301
LIB_DEPENDS= libicui18n.so:devel/icu
IGNORE_WITH_PHP=70 71
USES= php:pecl
.include <bsd.port.mk>