aboutsummaryrefslogtreecommitdiff
path: root/ftp/rubygem-curb/Makefile
blob: 656889577274861d429a8d09f514a72882f88036 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Eric Freeman <freebsdports@chillibear.com>

PORTNAME=	curb
PORTVERSION=	0.9.7
CATEGORIES=	ftp rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby bindings for libcurl

LICENSE=	RUBY
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libcurl.so:ftp/curl

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>