898ca40dd4
framework, with additional code inspection and report generation tools WWW: http://sourceforge.net/projects/runit/
21 lines
397 B
Makefile
21 lines
397 B
Makefile
# New ports collection makefile for: RUnit
|
|
# Date created: 2012-08-21
|
|
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= RUnit
|
|
PORTVERSION= 0.4.26
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= R functions implementing a Unit Testing framework
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|