forked from Lainports/freebsd-ports
- Bump PORTREVISION for dependency change Use the same version of faraday for sawyer and its dependent port, octokit. Reported by: cmt
24 lines
448 B
Makefile
24 lines
448 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sawyer
|
|
PORTVERSION= 0.8.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Secret User Agent of HTTP
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-addressable \
|
|
rubygem-faraday0>=0.8<2.0:www/rubygem-faraday0
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|