freebsd-ports/devel/rubygem-turn/Makefile

24 lines
454 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.8.3
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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/turn
.include <bsd.port.mk>