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

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

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

LICENSE=	RUBY

LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>