opnsense-ports/ftp/rubygem-curb/Makefile
Franco Fichtner 153b229db9 */*: sync with upstream
Taken from: HardenedBSD
2018-05-31 08:24:41 +02:00

20 lines
342 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= curb
PORTVERSION= 0.9.6
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>