freebsd-ports/devel/R-cran-RUnit/Makefile
Steven Kreuzer 898ca40dd4 R Unit test framework R functions implementing a standard Unit Testing
framework, with additional code inspection and report generation tools

WWW:	http://sourceforge.net/projects/runit/
2012-08-23 15:57:35 +00:00

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>