opnsense-ports/devel/rubygem-test-unit/Makefile
Franco Fichtner 00edf9058e */*: sync with upstream
Taken from: FreeBSD
2015-09-29 06:57:28 +02:00

22 lines
454 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= test-unit
PORTVERSION= 3.1.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Improved version of Test::Unit bundled in Ruby
LICENSE= GPLv2 PSFL RUBY
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-power_assert>=0:${PORTSDIR}/devel/rubygem-power_assert
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>