freebsd-ports/devel/rubygem-zentest/Makefile
Philip M. Gollucci 8e251393c3 - Update to 4.3.0
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-11-23 07:19:35 +00:00

32 lines
627 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.3.0
PORTEPOCH= 1
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>