Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:46:00 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: 6615ffcb132e - main - textproc/p5-String-ToIdentifier-EN: Add LICENSE_FILE
Message-ID:  <202106251346.15PDk0iE087704@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=6615ffcb132e1667d29ef039168d3f3c291a884b

commit 6615ffcb132e1667d29ef039168d3f3c291a884b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:37:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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>



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