aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-httpclient/Makefile
blob: 870e856499f01f2a406f1f3f91ec8b292b66fdbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   httpclient
PORTVERSION=    2.7.1
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Yet another HTTP client implementation by NaHi

LICENSE=    BSD2CLAUSE RUBY
LICENSE_COMB=   dual

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

PLIST_FILES=    bin/httpclient

.include <bsd.port.mk>