freebsd-ports/www/rubygem-faraday/Makefile
Sunpoet Po-Chuan Hsieh 9f2ed392af - Update to 0.9.2
- Add LICENSE_FILE

Changes:	https://github.com/lostisland/faraday/releases
2015-10-08 18:43:06 +00:00

22 lines
445 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= faraday
PORTVERSION= 0.9.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP/REST API client library in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-multipart-post>=1.2:${PORTSDIR}/www/rubygem-multipart-post
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>