opnsense-ports/sysutils/rubygem-httplog/Makefile
Franco Fichtner 6c54ab69a0 */*: sync with upstream
Taken from: HardenedBSD
2021-07-21 08:08:56 +02:00

19 lines
326 B
Makefile

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