aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-peek-host/Makefile
blob: 4faa4514378c74b7aa2c903b08addf40cde43bc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	peek-host
PORTVERSION=	1.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Take a peek into the host which served your Rails request
WWW=		https://github.com/jacobbednarz/peek-host

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-peek>=0:devel/rubygem-peek

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>