diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-16 11:04:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-16 11:04:55 +0000 |
commit | 426df5531e15983ce95a3bedb65d827effbcf323 (patch) | |
tree | 8bc1b863f294c558e1aee525de9f4a5bc4a1d9cc /sysutils/Makefile | |
parent | 6fd2f027075931319726a1ebb89dd942ff67fc3f (diff) |
New port: sysutils/pear-I18Nv2 PEAR Internationalization
This package provides basic support to localize your
application, like locale based formatting of dates, numbers
and currencies.
Beside that it attempts to provide an OS independent way
to setlocale() and aims to provide language and country
names translated into many languages.
PR: ports/74620
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Notes
Notes:
svn path=/head/; revision=124202
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a3b276fec1cf..264dccad9815 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -315,6 +315,7 @@ SUBDIR += pear-File SUBDIR += pear-File_Find SUBDIR += pear-File_Gettext + SUBDIR += pear-I18Nv2 SUBDIR += pear-Log SUBDIR += pecl-fileinfo SUBDIR += penv |