2010-06-02 17:41:16 +02:00
|
|
|
# Ports collection makefile for: rubygem-curb
|
|
|
|
# Date created: 29 May 2010
|
|
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= curb
|
2012-08-29 06:32:05 +02:00
|
|
|
PORTVERSION= 0.8.1
|
2010-06-02 17:41:16 +02:00
|
|
|
CATEGORIES= ftp rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
|
|
COMMENT= Ruby-language bindings for the libcurl
|
|
|
|
|
|
|
|
RUN_DEPENDS= curl>=0.0.0:${PORTSDIR}/ftp/curl
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|