aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-httpclient/Makefile
blob: 6d5b805675159d6af7834f4d3dfa4c6e057dbb18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	httpclient
PORTVERSION=	2.8.3
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Yet another HTTP client implementation by NaHi
WWW=		https://github.com/nahi/httpclient

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

NO_ARCH=	yes
USES=		gem

PLIST_FILES=	bin/httpclient

.include <bsd.port.mk>