mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
c31ceab7eb
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
21 lines
359 B
Makefile
21 lines
359 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-peek>=0:devel/rubygem-peek
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|