diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 15:39:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 15:39:10 +0000 |
commit | 0c4c353bb4ad1a959f3f753eef733aea8892de16 (patch) | |
tree | ae2cfb32a7472e750096cd11171edec210a98d96 /misc | |
parent | 944b899cfe2978241f0fd2a857eb51b05dc5eb45 (diff) | |
download | pkgsrc-0c4c353bb4ad1a959f3f753eef733aea8892de16.tar.gz |
Importing misc/php-intl package 5.3.2 which contained in PHP 5.3.2.
PHP is a programming language designed to be embedded into web pages.
This module provides support for internationalization.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/php-intl/DESCR | 2 | ||||
-rw-r--r-- | misc/php-intl/Makefile | 18 |
2 files changed, 20 insertions, 0 deletions
diff --git a/misc/php-intl/DESCR b/misc/php-intl/DESCR new file mode 100644 index 00000000000..b56efaa9b29 --- /dev/null +++ b/misc/php-intl/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides support for internationalization. diff --git a/misc/php-intl/Makefile b/misc/php-intl/Makefile new file mode 100644 index 00000000000..8eb0fb5eb26 --- /dev/null +++ b/misc/php-intl/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:39:10 taca Exp $ + +MODNAME= intl +CATEGORIES+= misc +COMMENT= PHP extension for internationalization support + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ + +CONFIGURE_ARGS+= --enable-${MODNAME}=shared +CONFIGURE_ARGS+= --with-icu-dir=${BUILDLINK_PREFIX.icu} + +PHP_VERSION_REQD= 53 + +.include "../../lang/php/ext.mk" +.include "../../textproc/icu/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |