freebsd-ports/devel/rubygem-zentest/Makefile
Philip M. Gollucci 75b2492d6a - Update to 4.4.2
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-12-12 02:16:22 +00:00

32 lines
625 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.2
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= ZenTest-${PORTVERSION}
MAINTAINER= ruby@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>