aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-01-28 04:53:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-01-28 04:53:44 +0800
commitaecf993a88383bbebeb0361ff9b112d6787ee8af (patch)
tree27d546a6de9ff473b79064591b1a681fee8f0dcc /net
parent093943c242a3506d400bea715f17f03daf0c26da (diff)
downloadfreebsd-ports-gnome-aecf993a88383bbebeb0361ff9b112d6787ee8af.tar.gz
freebsd-ports-gnome-aecf993a88383bbebeb0361ff9b112d6787ee8af.tar.zst
freebsd-ports-gnome-aecf993a88383bbebeb0361ff9b112d6787ee8af.zip
Add LICENSE_FILE
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-azure/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rubygem-azure/Makefile b/net/rubygem-azure/Makefile
index 830bed48afcb..e062308ce0ef 100644
--- a/net/rubygem-azure/Makefile
+++ b/net/rubygem-azure/Makefile
@@ -11,6 +11,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Microsoft Azure Client Library for Ruby
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \
rubygem-azure-core>=0.1:net/rubygem-azure-core \
@@ -21,10 +22,10 @@ RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \
rubygem-systemu>=2.6:devel/rubygem-systemu \
rubygem-thor>=0.19:devel/rubygem-thor
-PLIST_FILES= bin/pfxer
-
NO_ARCH= yes
USE_RUBY= yes
USES= gem
+PLIST_FILES= bin/pfxer
+
.include <bsd.port.mk>