git: f86a5bfa1f92 - main - devel/p5-Uniq: Provide a longer description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 12:48:45 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f86a5bfa1f9211190668d88aafc94379b390851d
commit f86a5bfa1f9211190668d88aafc94379b390851d
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-03-03 12:47:48 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-03-03 12:48:41 +0000
devel/p5-Uniq: Provide a longer description
Notified by: portstreelint
---
devel/p5-Uniq/Makefile | 2 +-
devel/p5-Uniq/pkg-descr | 10 +++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/devel/p5-Uniq/Makefile b/devel/p5-Uniq/Makefile
index 4b711596beaf..18bbca71dbda 100644
--- a/devel/p5-Uniq/Makefile
+++ b/devel/p5-Uniq/Makefile
@@ -1,6 +1,6 @@
PORTNAME= Uniq
PORTVERSION= 0.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SYAMAL
diff --git a/devel/p5-Uniq/pkg-descr b/devel/p5-Uniq/pkg-descr
index 6b20cc108eae..a7caf5be4fd0 100644
--- a/devel/p5-Uniq/pkg-descr
+++ b/devel/p5-Uniq/pkg-descr
@@ -1 +1,9 @@
-Perl extension for managing list of values.
+Uniq is a Perl module designed for simple and effective list management,
+specifically targeting the elimination of duplicate values. It includes
+functions like uniq, which filters out duplicate entries from a list,
+dups for identifying any repeated values, and distinct to guarantee a
+list of only unique elements. This module is particularly useful for
+tasks that involve data cleaning or when you need to ensure the
+uniqueness of list items in your Perl scripts. Easy to integrate and
+use, Uniq helps maintain clean and efficient lists in any Perl project,
+making it a practical tool for developers and anyone working with data.