1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/pecl-intl/Makefile
Baptiste Daroussin 25c34fd38f Update icu to 55.1
2015-04-23 21:26:09 +00:00

24 lines
441 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= intl
PORTVERSION= 3.0.0
PORTREVISION= 2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL extension to support Internationalization(ICU)
LICENSE= PHP301
LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu
USE_PHP= yes
USE_PHPEXT= yes
USES= tar:tgz
.include <bsd.port.mk>