mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
19 lines
355 B
Makefile
19 lines
355 B
Makefile
PORTNAME= httplog
|
|
PORTVERSION= 1.6.3
|
|
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>
|