aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-10-24 03:06:32 +0800
committerswills <swills@FreeBSD.org>2013-10-24 03:06:32 +0800
commit19b3750859e1c7a4a6c2a39ca77aadf3d9f01bb1 (patch)
tree51ab6e375f2a4759dadb5d895919693930393f1c /devel
parent9e5482d5bda17132e7a1ddaf1269a94ec59a5014 (diff)
downloadfreebsd-ports-gnome-19b3750859e1c7a4a6c2a39ca77aadf3d9f01bb1.tar.gz
freebsd-ports-gnome-19b3750859e1c7a4a6c2a39ca77aadf3d9f01bb1.tar.zst
freebsd-ports-gnome-19b3750859e1c7a4a6c2a39ca77aadf3d9f01bb1.zip
Minitest provides a complete suite of testing facilities supporting TDD, BDD,
mocking, and benchmarking. minitest/unit is a small and incredibly fast unit testing framework. WWW: https://github.com/seattlerb/minitest
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-minitest4/Makefile20
-rw-r--r--devel/rubygem-minitest4/distinfo2
-rw-r--r--devel/rubygem-minitest4/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 787f0bd4c254..a71b47d5c117 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4141,6 +4141,7 @@
SUBDIR += rubygem-metaid
SUBDIR += rubygem-method_source
SUBDIR += rubygem-minitest
+ SUBDIR += rubygem-minitest4
SUBDIR += rubygem-mirror
SUBDIR += rubygem-mixlib-authentication
SUBDIR += rubygem-mixlib-cli
diff --git a/devel/rubygem-minitest4/Makefile b/devel/rubygem-minitest4/Makefile
new file mode 100644
index 000000000000..9cc88a7739fa
--- /dev/null
+++ b/devel/rubygem-minitest4/Makefile
@@ -0,0 +1,20 @@
+# Created by: Steve Wills <swills@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= minitest
+PORTVERSION= 4.7.5
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Minitest provides a complete suite of testing facilities
+
+PKGNAMESUFFIX= 4
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-minitest4/distinfo b/devel/rubygem-minitest4/distinfo
new file mode 100644
index 000000000000..9abce4f3485c
--- /dev/null
+++ b/devel/rubygem-minitest4/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/minitest-4.7.5.gem) = 3e0ac720a6d0787b4c822514739319493e187400e993fba96397bd64d58ae60e
+SIZE (rubygem/minitest-4.7.5.gem) = 57856
diff --git a/devel/rubygem-minitest4/pkg-descr b/devel/rubygem-minitest4/pkg-descr
new file mode 100644
index 000000000000..79e5ac160825
--- /dev/null
+++ b/devel/rubygem-minitest4/pkg-descr
@@ -0,0 +1,5 @@
+Minitest provides a complete suite of testing facilities supporting TDD, BDD,
+mocking, and benchmarking. minitest/unit is a small and incredibly fast unit
+testing framework.
+
+WWW: https://github.com/seattlerb/minitest