opnsense-ports/devel/rubygem-multi_test/Makefile
Franco Fichtner 271027a33f */*: sync with upstream
Taken from: HardenedBSD
2018-10-13 20:11:03 +02:00

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>