1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/ftp/rubygem-curb/Makefile
2021-04-06 16:31:07 +02:00

20 lines
330 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
PORTNAME= curb
PORTVERSION= 0.9.7
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
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>