git: 6615ffcb132e - main - textproc/p5-String-ToIdentifier-EN: Add LICENSE_FILE

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


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6615ffcb132e1667d29ef039168d3f3c291a884b

commit 6615ffcb132e1667d29ef039168d3f3c291a884b
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:37:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-25 13:37:38 +0000

    textproc/p5-String-ToIdentifier-EN: Add LICENSE_FILE
---
 textproc/p5-String-ToIdentifier-EN/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/textproc/p5-String-ToIdentifier-EN/Makefile b/textproc/p5-String-ToIdentifier-EN/Makefile
index 88e4a75b48e0..1963f316154d 100644
--- a/textproc/p5-String-ToIdentifier-EN/Makefile
+++ b/textproc/p5-String-ToIdentifier-EN/Makefile
@@ -11,14 +11,16 @@ COMMENT=	Convert Strings to English Program Identifiers
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Lingua-EN-Inflect-Phrase>=0:textproc/p5-Lingua-EN-Inflect-Phrase \
 		p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \
 		p5-namespace-clean>=0:devel/p5-namespace-clean
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


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