summaryrefslogtreecommitdiff
path: root/devel/rubygem-scientist/Makefile
blob: 4fe30838055bbc66427631f580fcd49b22b12a6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	scientist
PORTVERSION=	1.6.4
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Library for carefully refactoring critical paths
WWW=		https://github.com/github/scientist

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>