1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/ftp/rubygem-curb/Makefile
2017-08-27 17:32:15 +00:00

21 lines
342 B
Makefile

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