aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-patron/Makefile
blob: a6130c7739a321fb22e9846f5c8b01d4bfc99d9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	patron
PORTVERSION=	0.13.4
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby HTTP client library based on libcurl
WWW=		https://toland.github.io/patron/ \
		https://github.com/toland/patron

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libcurl.so:ftp/curl

USES=		gem

.include <bsd.port.mk>