mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
27 lines
479 B
Makefile
27 lines
479 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zentest
|
|
PORTVERSION= 4.10.1
|
|
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>
|