aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-http/Makefile
blob: 94f72d1d9527289d457a6d1753723a25ba50cdb2 (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
25
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

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

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

LICENSE=    MIT

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

NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>