aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-profile/Makefile
blob: 7025337b76711900e76fb8109d483e92ef9d90c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	profile
PORTVERSION=	0.4.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Profile your Ruby application

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>