aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:35:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-20 11:35:08 +0000
commit12f92d0716d5a6ab83db5c4cd705490790e0ecb4 (patch)
tree6bc3e751cc3686145f310e17b189312e09f29305 /net
parent8384baef1b3dcd05b3bbd93bac679087949cfec5 (diff)
downloadports-12f92d0716d5a6ab83db5c4cd705490790e0ecb4.tar.gz
ports-12f92d0716d5a6ab83db5c4cd705490790e0ecb4.zip
net/p5-VM-EC2-Security-CredentialCache: Add LICENSE_FILE
Diffstat (limited to 'net')
-rw-r--r--net/p5-VM-EC2-Security-CredentialCache/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-VM-EC2-Security-CredentialCache/Makefile b/net/p5-VM-EC2-Security-CredentialCache/Makefile
index da4663c18f4a..42e5f959a1b7 100644
--- a/net/p5-VM-EC2-Security-CredentialCache/Makefile
+++ b/net/p5-VM-EC2-Security-CredentialCache/Makefile
@@ -11,13 +11,15 @@ COMMENT= Cache credentials respecting expiration time for IAM roles
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 \
p5-VM-EC2>=0:net/p5-VM-EC2
-NO_ARCH= yes
-USE_PERL5= configure
USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>