freebsd-ports/devel/rubygem-zentest/Makefile
2011-02-22 03:41:45 +00:00

30 lines
562 B
Makefile

# Ports collection makefile for: rubygem-zentest
# Date created: 13 April 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zentest
PORTVERSION= 4.5.0
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= ZenTest-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby Unit Testing Utility
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/autotest \
bin/multigem \
bin/multiruby \
bin/multiruby_setup \
bin/unit_diff \
bin/zentest
.include <bsd.port.mk>