ports/www/rubygem-faraday-http-cache-gitlab/Makefile
Matthias Fechner 15e58d683a www/gitlab: fix deeper regression from 8a2d8fae15
Seperate the ports a little bit more.
Patch was mostly provided by sunpoet.
2024-12-03 08:07:14 +02:00

20 lines
416 B
Makefile

PORTNAME= faraday-http-cache
PORTVERSION= 2.5.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Middleware to handle HTTP caching
WWW= https://github.com/sourcelevel/faraday-http-cache
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-faraday-gitlab>=0.8:www/rubygem-faraday-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>