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

PORTNAME=   httpclient
PORTVERSION=    2.6.0.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
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/httpclient

.include <bsd.port.mk>