git: 22e9e138f704 - main - textproc/p5-Text-Soundex: Add LICENSE_FILE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 25 13:46:16 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=22e9e138f7045154ec77504aa557b58e38ada021

commit 22e9e138f7045154ec77504aa557b58e38ada021
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:38:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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


More information about the dev-commits-ports-main mailing list