aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-httpclient
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-04-27 23:13:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-04-27 23:13:47 +0800
commitc8c972d47e8cbbd680e0b329804a6e17c2754853 (patch)
tree3f02de3ccf68ed8cefc2c0c14bb1ac3a78fae2d0 /www/rubygem-httpclient
parenta414cb88cf7f4865985d5ef7b25cdf9a664211b0 (diff)
downloadfreebsd-ports-gnome-c8c972d47e8cbbd680e0b329804a6e17c2754853.tar.gz
freebsd-ports-gnome-c8c972d47e8cbbd680e0b329804a6e17c2754853.tar.zst
freebsd-ports-gnome-c8c972d47e8cbbd680e0b329804a6e17c2754853.zip
- Add LICENSE
Diffstat (limited to 'www/rubygem-httpclient')
-rw-r--r--www/rubygem-httpclient/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/rubygem-httpclient/Makefile b/www/rubygem-httpclient/Makefile
index 7dfa94525872..0f130a5881d9 100644
--- a/www/rubygem-httpclient/Makefile
+++ b/www/rubygem-httpclient/Makefile
@@ -8,10 +8,13 @@ MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Yet another HTTP client implementation by NaHi
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES+= bin/httpclient
+PLIST_FILES= bin/httpclient
.include <bsd.port.mk>