2014-08-07 18:26:42 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= http
|
2015-10-01 17:55:42 +02:00
|
|
|
PORTVERSION= 0.9.8
|
2014-08-07 18:26:42 +02:00
|
|
|
CATEGORIES= www rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Simple Ruby DSL for making HTTP requests
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2015-09-20 22:24:31 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2014-08-07 18:26:42 +02:00
|
|
|
|
2015-04-02 21:13:46 +02:00
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
|
2015-05-15 20:05:41 +02:00
|
|
|
rubygem-http-cookie>=1.0:${PORTSDIR}/www/rubygem-http-cookie \
|
2015-04-02 21:13:46 +02:00
|
|
|
rubygem-http-form_data>=1.0.1:${PORTSDIR}/www/rubygem-http-form_data \
|
2015-01-04 18:58:08 +01:00
|
|
|
rubygem-http_parser.rb>=0.6.0:${PORTSDIR}/net/rubygem-http_parser.rb
|
2014-08-07 18:26:42 +02:00
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
2014-08-07 18:26:42 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|