diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-27 23:13:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-27 23:13:47 +0800 |
commit | c8c972d47e8cbbd680e0b329804a6e17c2754853 (patch) | |
tree | 3f02de3ccf68ed8cefc2c0c14bb1ac3a78fae2d0 /www/rubygem-httpclient | |
parent | a414cb88cf7f4865985d5ef7b25cdf9a664211b0 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |