mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
17 lines
293 B
Makefile
17 lines
293 B
Makefile
PORTNAME= curb
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= ftp rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby bindings for libcurl
|
|
WWW= https://github.com/taf2/curb
|
|
|
|
LICENSE= RUBY
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|