aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 05:30:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-19 06:00:10 +0000
commit9e702091dce67b3607a4cfcd40d18b48ff758720 (patch)
tree9eacea19d5e83409a958c67afe59bd7d3d7c6c02
parentd89ff4884addbec9d6a77c3683ea5ecb6a0edcee (diff)
downloadports-9e702091dce67b3607a4cfcd40d18b48ff758720.tar.gz
ports-9e702091dce67b3607a4cfcd40d18b48ff758720.zip
sysutils/pear-I18Nv2: Add LICENSE
- Add NO_ARCH - Update pkg-descr
-rw-r--r--sysutils/pear-I18Nv2/Makefile8
-rw-r--r--sysutils/pear-I18Nv2/pkg-descr8
2 files changed, 10 insertions, 6 deletions
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
@@ -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>
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