git: 1eda1cf1ac75 - main - devel/p5-Shell-Guess: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:26:12 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1eda1cf1ac75a55bf54275bfad94c6237c44daed
commit 1eda1cf1ac75a55bf54275bfad94c6237c44daed
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 19:01:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:16:55 +0000
devel/p5-Shell-Guess: Add LICENSE_FILE
- Sort PLIST
---
devel/p5-Shell-Guess/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/p5-Shell-Guess/Makefile b/devel/p5-Shell-Guess/Makefile
index 5d59a358c941..11b0be9bac13 100644
--- a/devel/p5-Shell-Guess/Makefile
+++ b/devel/p5-Shell-Guess/Makefile
@@ -10,13 +10,14 @@ WWW= https://metacpan.org/pod/Shell::Guess
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
-PLIST_FILES= ${SITE_MAN3_REL}/Shell::Guess.3.gz \
- ${SITE_PERL_REL}/Shell/Guess.pm
+PLIST_FILES= ${SITE_PERL_REL}/Shell/Guess.pm \
+ ${SITE_MAN3_REL}/Shell::Guess.3.gz
.include <bsd.port.mk>