diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-23 09:20:03 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-23 09:20:03 +0000 |
| commit | 130db0f5de58af9e92249c72725c6fd60f73fa08 (patch) | |
| tree | a5474e5270d85c540c40de3418235585c4e3f095 | |
| parent | Use Uses=heimdal,flags. (diff) | |
- Reformat pkg-descr
- Take maintainership
| -rw-r--r-- | devel/pecl-intl/Makefile | 4 | ||||
| -rw-r--r-- | devel/pecl-intl/pkg-descr | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/pecl-intl/Makefile b/devel/pecl-intl/Makefile index b970407dbcb1..1703c7dc63b8 100644 --- a/devel/pecl-intl/Makefile +++ b/devel/pecl-intl/Makefile @@ -9,15 +9,15 @@ MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL extension to support Internationalization(ICU) LICENSE= PHP301 LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu -USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +USES= tar:tgz .include <bsd.port.mk> diff --git a/devel/pecl-intl/pkg-descr b/devel/pecl-intl/pkg-descr index 8a833e8f63fc..40a370c5be1c 100644 --- a/devel/pecl-intl/pkg-descr +++ b/devel/pecl-intl/pkg-descr @@ -1,5 +1,6 @@ -pecl-intl is a Internationalization extension that -implements ICU library functionality in PHP.About -ICU please visit http://www.icu-project.org/ +pecl-intl is an Internationalization extension that implements ICU [1] library +functionality in PHP. + +[1] http://www.icu-project.org/ WWW: http://pecl.php.net/package/intl |
