git: 8c08a3961f16 - main - devel/p5-File-chmod: Add LICENSE
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 18 17:56:15 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8c08a3961f16a044d428d8d81c228fe0da6977a4
commit 8c08a3961f16a044d428d8d81c228fe0da6977a4
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-18 17:47:01 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-18 17:47:01 +0000
devel/p5-File-chmod: Add LICENSE
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
---
devel/p5-File-chmod/Makefile | 8 +++++++-
devel/p5-File-chmod/pkg-descr | 13 ++++++-------
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/devel/p5-File-chmod/Makefile b/devel/p5-File-chmod/Makefile
index a288f28be03c..69b944824d46 100644
--- a/devel/p5-File-chmod/Makefile
+++ b/devel/p5-File-chmod/Makefile
@@ -6,10 +6,16 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Perl module for symbolic and ls(1)-like chmod modes
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/devel/p5-File-chmod/pkg-descr b/devel/p5-File-chmod/pkg-descr
index fff9acfbbaea..5da281a6036b 100644
--- a/devel/p5-File-chmod/pkg-descr
+++ b/devel/p5-File-chmod/pkg-descr
@@ -1,8 +1,7 @@
-File::chmod is a utility that allows you to bypass system calls
-or bit processing of a file's permissions. It overloads the
-chmod() function with its own that gets an octal mode, a
-symbolic mode, or an "ls" mode. If you wish not to overload chmod(),
-you can export symchmod() and lschmod(), which take, respectively,
-a symbolic mode and an "ls" mode.
+File::chmod is a utility that allows you to bypass system calls or bit
+processing of a file's permissions. It overloads the chmod() function with its
+own that gets an octal mode, a symbolic mode (see below), or an "ls" mode (see
+below). If you wish not to overload chmod(), you can export symchmod() and
+lschmod(), which take, respectively, a symbolic mode and an "ls" mode.
-WWW: https://metacpan.org/release/File-chmod
+WWW: https://metacpan.org/dist/File-chmod
More information about the dev-commits-ports-all
mailing list