Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:46:14 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: 22e9e138f704 - main - textproc/p5-Text-Soundex: Add LICENSE_FILE
Message-ID:  <202106251346.15PDkEY5088010@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=22e9e138f7045154ec77504aa557b58e38ada021

commit 22e9e138f7045154ec77504aa557b58e38ada021
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:38:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:38:34 +0000

    textproc/p5-Text-Soundex: Add LICENSE_FILE
---
 textproc/p5-Text-Soundex/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/p5-Text-Soundex/Makefile b/textproc/p5-Text-Soundex/Makefile
index 0445cfe7e759..ba057ad3426e 100644
--- a/textproc/p5-Text-Soundex/Makefile
+++ b/textproc/p5-Text-Soundex/Makefile
@@ -11,9 +11,10 @@ COMMENT=	Implementation of the soundex algorithm
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Soundex/Soundex.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106251346.15PDkEY5088010>