forked from Lainports/freebsd-ports
22 lines
361 B
Makefile
22 lines
361 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= multi_test
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Help control rogue test, unit, autorun requirments
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= test/all test/run
|
|
|
|
.include <bsd.port.mk>
|