freebsd-ports/www/rubygem-sawyer/Makefile
Sunpoet Po-Chuan Hsieh 8063a7a98a - Update to 0.6.0
- Add LICENSE
- Sort RUN_DEPENDS

Changes:	https://github.com/lostisland/sawyer/releases
2015-04-05 18:24:04 +00:00

21 lines
431 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= sawyer
PORTVERSION= 0.6.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Secret User Agent of HTTP
LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=2.3.5:${PORTSDIR}/www/rubygem-addressable \
rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>