git: 9e702091dce6 - main - sysutils/pear-I18Nv2: Add LICENSE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 19 06:07:48 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9e702091dce67b3607a4cfcd40d18b48ff758720

commit 9e702091dce67b3607a4cfcd40d18b48ff758720
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:30:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:10 +0000

    sysutils/pear-I18Nv2: Add LICENSE
    
    - Add NO_ARCH
    - Update pkg-descr
---
 sysutils/pear-I18Nv2/Makefile  | 8 ++++++--
 sysutils/pear-I18Nv2/pkg-descr | 8 ++++----
 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 at 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


More information about the dev-commits-ports-main mailing list