aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-httplog/Makefile
blob: e999afb4cd64ce608d441982b82586e5fe117cbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	httplog
PORTVERSION=	1.7.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>