forked from Lainports/freebsd-ports
sysutils/pear-I18Nv2: Add LICENSE
- Add NO_ARCH - Update pkg-descr
This commit is contained in:
parent
d89ff4884a
commit
9e702091dc
2 changed files with 10 additions and 6 deletions
|
|
@ -7,7 +7,11 @@ CATEGORIES= sysutils devel pear
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= PEAR Internationalization
|
||||
|
||||
USES= pear php
|
||||
USE_PHP= iconv
|
||||
LICENSE= PHP30
|
||||
|
||||
USES= pear
|
||||
USE_PHP= iconv pcre
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
This package provides basic support to localize your application,
|
||||
like locale based formatting of dates, numbers and currencies.
|
||||
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.
|
||||
Beside that it attempts to provide an OS independent way to setlocale() and aims
|
||||
to provide language, country and currency names translated into many languages.
|
||||
|
||||
WWW: https://pear.php.net/package/I18Nv2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue