mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
17 lines
262 B
Makefile
17 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jasmine-core
|
|
PORTVERSION= 2.8.0
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Test JavaScript without any framework dependencies
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|