freebsd-ports/ftp/rubygem-curb/Makefile
Sunpoet Po-Chuan Hsieh 8518cb6108 - Update to 0.8.5
- Use LIB_DEPENDS

Changes:	https://github.com/taf2/curb/commits/master
2013-11-30 19:59:08 +00:00

18 lines
337 B
Makefile

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