18 lines
266 B
Makefile
18 lines
266 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|