diff --git a/sysutils/pear-I18Nv2/Makefile b/sysutils/pear-I18Nv2/Makefile index bfad96601d55..aceeae7d1971 100644 --- a/sysutils/pear-I18Nv2/Makefile +++ b/sysutils/pear-I18Nv2/Makefile @@ -1,13 +1,17 @@ # Created by: Antonio Carlos Venancio Junior () PORTNAME= I18Nv2 PORTVERSION= 0.11.4 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 diff --git a/sysutils/pear-I18Nv2/pkg-descr b/sysutils/pear-I18Nv2/pkg-descr index 866a129f2ad7..1fb970c0121e 100644 --- a/sysutils/pear-I18Nv2/pkg-descr +++ b/sysutils/pear-I18Nv2/pkg-descr @@ -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