mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
Matthias has proven himself as capable and enthusiastic enough to update www/gitlab on its own - which frees much of my time. :) I wrote an update guide for him and everybody interested in it: http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md
21 lines
417 B
Makefile
21 lines
417 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= peek-rblineprof
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= Peek into how much each line of your Rails application takes
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-peek>=0:devel/rubygem-peek \
|
|
rubygem-rblineprof>=0:devel/rubygem-rblineprof
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|