freebsd-ports/ftp/rubygem-curb/Makefile
Sunpoet Po-Chuan Hsieh 5463fbd802 - Update to 0.9.1
- Add LICENSE_FILE

Changes:	https://github.com/taf2/curb/commits/master
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:21:02 +00:00

21 lines
384 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= curb
PORTVERSION= 0.9.1
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:${PORTSDIR}/ftp/curl
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>