mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
22 lines
392 B
Makefile
22 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= peek-gc
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails5
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Take a peek into the GC info of your Rails application
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-peek-rails5>=0:devel/rubygem-peek-rails5
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|