freebsd-ports/www/rubygem-faraday/Makefile
Cheng-Lung Sung bc1e0102da - Update to 0.8.0
PR:		167430
Submitted by:	sunpoet
2012-05-30 07:59:17 +00:00

22 lines
468 B
Makefile

# Ports collection makefile for: rubygem-faraday
# Date created: 04 March 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= faraday
PORTVERSION= 0.8.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= A HTTP/REST API client library in Ruby
RUN_DEPENDS= rubygem-multipart-post>=1.1:${PORTSDIR}/www/rubygem-multipart-post
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>