mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
19 lines
355 B
Makefile
19 lines
355 B
Makefile
PORTNAME= httplog
|
|
PORTVERSION= 1.7.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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|