freebsd-ports/ftp/rubygem-curb/Makefile
2015-05-25 19:54:09 +00:00

20 lines
352 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= curb
PORTVERSION= 0.8.8
CATEGORIES= ftp rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby bindings for libcurl
LICENSE= RUBY
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>