pkgsrc-wip/php-intl/Makefile
Filip Hajny ff26038369 Import php5-intl-5.2.9.1.0.2 as wip/php-intl.
Internationalization extension (further is referred as Intl) is a wrapper for
ICU library, enabling PHP programmers to perform UCA-conformant collation and
date/time/number/currency formatting in their scripts.

It tends to closely follow ICU APIs, so that people having experience working
with ICU in either C/C++ or Java could easily use the PHP API. Also, this way
ICU documentation would be useful to understand various ICU functions.
2009-10-08 11:49:54 +00:00

18 lines
425 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/10/08 11:49:54 fhajny Exp $
MODNAME= intl
PECL_VERSION= 1.0.2
CATEGORIES+= devel
MAINTAINER= filip@joyent.com
COMMENT= Internationalization extension implements ICU library functionality
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= php-intl-[0-9]*
USE_LANGUAGES= c c++
.include "../../lang/php/ext.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"