mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
24 lines
441 B
Makefile
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>
|