git: 8feefb41ffa3 - main - devel/pear-Pager: Add NO_ARCH
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 22:24:57 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8feefb41ffa32da95204c042a6ff963e4dbee9b5
commit 8feefb41ffa32da95204c042a6ff963e4dbee9b5
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:13:10 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 22:23:27 +0000
devel/pear-Pager: Add NO_ARCH
---
devel/pear-Pager/Makefile | 4 +++-
devel/pear-Pager/pkg-descr | 3 +--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/devel/pear-Pager/Makefile b/devel/pear-Pager/Makefile
index bed959bc7180..9f70b6fdb0bd 100644
--- a/devel/pear-Pager/Makefile
+++ b/devel/pear-Pager/Makefile
@@ -5,10 +5,12 @@ PORTVERSION= 2.5.1
CATEGORIES= devel www pear
MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= PEAR data paging class
+COMMENT= Data paging class
LICENSE= BSD2CLAUSE
USES= pear
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/devel/pear-Pager/pkg-descr b/devel/pear-Pager/pkg-descr
index 1ae3f22338fe..1adbbab13384 100644
--- a/devel/pear-Pager/pkg-descr
+++ b/devel/pear-Pager/pkg-descr
@@ -1,5 +1,4 @@
-PEAR::Pager takes an array of data as input and pages it according to various
-parameters.
+It takes an array of data as input and pages it according to various parameters.
It also builds links within a specified range, and allows complete customization
of the output (it even works with front controllers and mod_rewrite).
More information about the dev-commits-ports-all
mailing list