aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:37:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:37:38 +0000
commit6615ffcb132e1667d29ef039168d3f3c291a884b (patch)
tree7a4ef58edf64b5005f4d32b272221ab092e6532f
parent792ca134d2ff758f33d196fa49a49573a83ee04f (diff)
downloadports-6615ffcb132e1667d29ef039168d3f3c291a884b.tar.gz
ports-6615ffcb132e1667d29ef039168d3f3c291a884b.zip
textproc/p5-String-ToIdentifier-EN: Add LICENSE_FILE
-rw-r--r--textproc/p5-String-ToIdentifier-EN/Makefile6
1 files 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>