aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 17:47:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 17:47:01 +0000
commit8c08a3961f16a044d428d8d81c228fe0da6977a4 (patch)
tree10d14f743d9ada6b268b68e31ba973fb870a487a
parenteb59b42fe4942dc2f7121c38dcc6564cbe5e9c21 (diff)
downloadports-8c08a3961f16a044d428d8d81c228fe0da6977a4.tar.gz
ports-8c08a3961f16a044d428d8d81c228fe0da6977a4.zip
devel/p5-File-chmod: Add LICENSE
- Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership
-rw-r--r--devel/p5-File-chmod/Makefile8
-rw-r--r--devel/p5-File-chmod/pkg-descr13
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@FreeBSD.org
+MAINTAINER= sunpoet@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