freebsd-ports/www/rubygem-httpclient/Makefile
Sunpoet Po-Chuan Hsieh 58127cf971 - Add LICENSE
2015-04-27 15:13:47 +00:00

20 lines
335 B
Makefile

# $FreeBSD$
PORTNAME= httpclient
PORTVERSION= 2.4.0
CATEGORIES= www rubygems
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
.include <bsd.port.mk>