2013-07-12 05:29:48 +02:00
|
|
|
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
2010-06-02 17:41:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= curb
|
2014-08-24 05:36:49 +02:00
|
|
|
PORTVERSION= 0.8.6
|
2010-06-02 17:41:16 +02:00
|
|
|
CATEGORIES= ftp rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2013-07-27 18:06:01 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Ruby bindings for libcurl
|
2010-06-02 17:41:16 +02:00
|
|
|
|
2013-11-30 20:59:08 +01:00
|
|
|
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
2010-06-02 17:41:16 +02:00
|
|
|
|
2013-11-30 20:59:08 +01:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2010-06-02 17:41:16 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|