blob: 2dbfbe4bf29b0b74db727ecf588386fea4a51c12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= intl
PORTVERSION= 3.0.0
PORTREVISION= 17
CATEGORIES= devel pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PECL extension to support Internationalization(ICU)
DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE= 2018-12-30
LICENSE= PHP301
LIB_DEPENDS= libicui18n.so:devel/icu
IGNORE_WITH_PHP=71 72 73
USES= compiler:c++11-lib php:pecl
USE_CXXSTD= gnu++11
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
.include <bsd.port.mk>
|