aboutsummaryrefslogblamecommitdiff
path: root/www/rubygem-net-http/Makefile
blob: 3663836edef2df494eed88030b14c534c55d952d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                                                  












                                             








                                                                  
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	net-http
PORTVERSION=	0.1.1
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	HTTP client api for Ruby

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-net-protocol>=0:net/rubygem-net-protocol \
		rubygem-uri>=0:net/rubygem-uri

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>