aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:33:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:33:58 +0000
commit5bfbcf9fc76947e569c7abc85465d25ba7214e4d (patch)
treed51dc57697e86b5eef0b45db0a1ed8d5132713c0
parent42180b0d26d6a148cbf4fca79e536306f7bde5b4 (diff)
downloadports-5bfbcf9fc76947e569c7abc85465d25ba7214e4d.tar.gz
ports-5bfbcf9fc76947e569c7abc85465d25ba7214e4d.zip
net/p5-Net-Todoist: Add LICENSE_FILE
-rw-r--r--net/p5-Net-Todoist/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-Net-Todoist/Makefile b/net/p5-Net-Todoist/Makefile
index ac4355907aa5..ff3c98182472 100644
--- a/net/p5-Net-Todoist/Makefile
+++ b/net/p5-Net-Todoist/Makefile
@@ -12,13 +12,15 @@ COMMENT= Todoist API
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS \
p5-libwww>=0:www/p5-libwww
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>