freebsd-ports/devel/rubygem-zentest/Makefile
Cheng-Lung Sung dd9a5dd664 - Update to 4.4.0
PR:		ports/150412
Submitted by:	pgollucci
2010-09-20 02:08:28 +00:00

31 lines
614 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.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= ZenTest-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Ruby Unit Testing Utility
RUN_DEPENDS= rubygem-hoe>=1.5.0:${PORTSDIR}/devel/rubygem-hoe
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>