freebsd-ports/ftp/rubygem-curb/Makefile
Philip M. Gollucci a9cc4f396e - Update to 0.7.17
PR:             ports/164882
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (freebsdports@chillibear.com ; 14 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-21 05:39:26 +00:00

23 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.17
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>