freebsd-ports/devel/rubygem-turn/Makefile

26 lines
513 B
Makefile
Raw Normal View History

# New ports collection makefile for: rubygem-turn
# Date created: 2011-10-27
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= turn
2012-07-24 04:22:14 +02:00
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 \
2012-06-10 04:22:23 +02:00
rubygem-minitest>=0:${PORTSDIR}/devel/rubygem-minitest
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/turn
.include <bsd.port.mk>