freebsd-ports/ftp/rubygem-curb/Makefile
Wen Heping f21336b9ae - Update to 0.7.12
PR:		ports/155096
Submitted by:	Eric Freeman <freebsdports@chillibear.com> (maintainer)
2011-02-28 13:06:52 +00:00

22 lines
444 B
Makefile

# Ports collection makefile for: rubygem-curb
# Date created: 29 May 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= curb
PORTVERSION= 0.7.12
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>