opnsense-ports/sysutils/rubygem-httplog/Makefile
Franco Fichtner 72afd80bda */*: sync with upstream
Taken from: FreeBSD
2022-10-05 08:15:46 +02:00

20 lines
369 B
Makefile

PORTNAME= httplog
PORTVERSION= 1.6.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Log outgoing HTTP requests
WWW= https://github.com/trusche/httplog
LICENSE= MIT
RUN_DEPENDS= rubygem-rack>=2.0,3:www/rubygem-rack \
rubygem-rainbow>=2.0.0:devel/rubygem-rainbow
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>