freebsd-ports/devel/rubygem-turn/Makefile
2012-07-24 02:22:14 +00:00

25 lines
513 B
Makefile

# New ports collection makefile for: rubygem-turn
# Date created: 2011-10-27
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= turn
PORTVERSION= 0.9.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A new output format for Test::Unit
RUN_DEPENDS= rubygem-ansi>=0:${PORTSDIR}/devel/rubygem-ansi \
rubygem-minitest>=0:${PORTSDIR}/devel/rubygem-minitest
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/turn
.include <bsd.port.mk>