mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
de5071836e
Newer versions of faraday are breaking the dependecy tree for gitlab-ce 15.11
22 lines
418 B
Makefile
22 lines
418 B
Makefile
PORTNAME= sawyer
|
|
PORTVERSION= 0.9.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Secret User Agent of HTTP
|
|
WWW= https://github.com/lostisland/sawyer
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-addressable \
|
|
rubygem-faraday1>=0.17.3<3:www/rubygem-faraday1
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|