aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:38:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-25 13:38:24 +0000
commit41f68ae81d8fe4f1838a91e68a3e31bd2b785cde (patch)
treef55947af0f7bcd323e2615bdb6152c8d70d64b45
parent6fe3be62834d3367a4c1a7b90da5242c4ca6e08b (diff)
downloadports-41f68ae81d8fe4f1838a91e68a3e31bd2b785cde.tar.gz
ports-41f68ae81d8fe4f1838a91e68a3e31bd2b785cde.zip
textproc/p5-Text-Padding: Add LICENSE_FILE and NO_ARCH
-rw-r--r--textproc/p5-Text-Padding/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Text-Padding/Makefile b/textproc/p5-Text-Padding/Makefile
index d45d8daf32f5..cee0420b8665 100644
--- a/textproc/p5-Text-Padding/Makefile
+++ b/textproc/p5-Text-Padding/Makefile
@@ -11,13 +11,16 @@ COMMENT= Simple way of formatting a text
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \
p5-MooseX-Has-Sugar>=0:devel/p5-MooseX-Has-Sugar \
p5-Text-Truncate>=0:textproc/p5-Text-Truncate
-USE_PERL5= modbuild
USES= perl5
+USE_PERL5= modbuild
+
+NO_ARCH= yes
.include <bsd.port.mk>