forked from Lainports/opnsense-ports
19 lines
350 B
Makefile
19 lines
350 B
Makefile
PORTNAME= multi_test
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Help control rogue test, unit, autorun requirements
|
|
WWW= https://cucumber.io/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= test-all test-gemfile
|
|
|
|
.include <bsd.port.mk>
|