Date: Sun, 20 Jun 2021 11:42:55 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 709546abd406 - main - net/p5-IO-Socket-UNIX-Util: Add LICENSE_FILE Message-ID: <202106201142.15KBgteS015210@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=709546abd40667a4b7730927b7e294cb4a75716e commit 709546abd40667a4b7730927b7e294cb4a75716e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 11:31:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 11:31:32 +0000 net/p5-IO-Socket-UNIX-Util: Add LICENSE_FILE --- net/p5-IO-Socket-UNIX-Util/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/p5-IO-Socket-UNIX-Util/Makefile b/net/p5-IO-Socket-UNIX-Util/Makefile index d64c4e9aed7a..9099139dd8d7 100644 --- a/net/p5-IO-Socket-UNIX-Util/Makefile +++ b/net/p5-IO-Socket-UNIX-Util/Makefile @@ -11,9 +11,11 @@ COMMENT= Unix domain socket utilities LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201142.15KBgteS015210>