opnsense-ports/devel/rubygem-multi_test/Makefile
Franco Fichtner 895ca7412e */*: sync with upstream
Taken from: FreeBSD
2015-08-19 07:28:49 +02:00

22 lines
362 B
Makefile

# $FreeBSD$
PORTNAME= multi_test
PORTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Help control rogue test, unit, autorun requirments
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= test/all test/run
.include <bsd.port.mk>