13787d844f
PR: ports/167994 Submitted by: Gea-Suan Lin <gslin@gslin.org>
27 lines
524 B
Makefile
27 lines
524 B
Makefile
# New ports collection makefile for: pecl-intl
|
|
# Date created: June 28, 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= intl
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= devel pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= A PECL extension to support Internationalization(ICU)
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= icui18n.48:${PORTSDIR}/devel/icu
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
IGNORE_WITH_PHP=52
|
|
|
|
.include <bsd.port.mk>
|