blob: e22a4430cf7c8e5b3f59ba7292f3716c655fe0cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= jasmine-core
PORTVERSION= 3.6.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>
|