aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-jasmine-core/Makefile
blob: 4e6d226a20c811ea7d785b213b220e44c14d293e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	jasmine-core
PORTVERSION=	3.9.0
CATEGORIES=	devel ruby
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Test JavaScript without any framework dependencies

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>