aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-profile/Makefile
blob: db73f42eed7febd46d056d288ebcb7bb61e66089 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	profile
PORTVERSION=	0.4.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Profile your Ruby application
WWW=		https://github.com/ruby/profile

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>