freebsd-ports/sysutils/rubygem-guard-minitest/Makefile
Sunpoet Po-Chuan Hsieh 4d7a78015c - Add LICENSE
2015-09-25 18:49:30 +00:00

23 lines
538 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= guard-minitest
PORTVERSION= 2.4.4
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automatically run your tests with Minitest framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-guard-compat>=1.2:${PORTSDIR}/sysutils/rubygem-guard-compat \
rubygem-minitest>=3:${PORTSDIR}/devel/rubygem-minitest
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>