1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/ftp/rubygem-curb/Makefile
Steve Wills 8a39716787 - Update to 0.8.1
PR:		ports/170618
Approved by:	maintainer timeout (freebsdports@chillibear.com, >2 weeks)
2012-08-29 04:32:05 +00:00

23 lines
443 B
Makefile

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