aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-http/Makefile
blob: 1482314f79eac8bcebddfa11489a661d64edec47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   http
PORTVERSION=    2.2.2
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Simple Ruby DSL for making HTTP requests

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE.txt

RUN_DEPENDS=    rubygem-addressable>=2.3:www/rubygem-addressable \
        rubygem-http-cookie>=1.0:www/rubygem-http-cookie \
        rubygem-http-form_data>=1.0.1:www/rubygem-http-form_data \
        rubygem-http_parser.rb>=0.6.0:net/rubygem-http_parser.rb

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>