7cb2becc4e
- Add LICENSE - Remove contiguous blank lines Changes: https://github.com/cucumber/multi_test/blob/master/History.md
17 lines
281 B
Makefile
17 lines
281 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= multi_test
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Help control rogue test, unit, autorun requirments
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|