aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-guard-compat
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-28 13:15:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-12-28 13:15:34 +0000
commit4b52964a4fb042509c5d91f5e0acd0c8ebfaaadb (patch)
tree1042a5c6cbec939ccd0aab1e342e0bff7903061b /sysutils/rubygem-guard-compat
parentc39af55652d15d2fe1536ad5368c041520c14f2b (diff)
downloadports-4b52964a4fb042509c5d91f5e0acd0c8ebfaaadb.tar.gz
ports-4b52964a4fb042509c5d91f5e0acd0c8ebfaaadb.zip
- Add rubygem-guard-compat 1.2.0
Guard::Compat provides only a test helper for testing custom Guard plugins currently. WWW: https://github.com/guard/guard-compat RG: https://rubygems.org/gems/guard-compat
Notes
Notes: svn path=/head/; revision=375709
Diffstat (limited to 'sysutils/rubygem-guard-compat')
-rw-r--r--sysutils/rubygem-guard-compat/Makefile18
-rw-r--r--sysutils/rubygem-guard-compat/distinfo2
-rw-r--r--sysutils/rubygem-guard-compat/pkg-descr5
3 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/rubygem-guard-compat/Makefile b/sysutils/rubygem-guard-compat/Makefile
new file mode 100644
index 000000000000..bf34698fcfa6
--- /dev/null
+++ b/sysutils/rubygem-guard-compat/Makefile
@@ -0,0 +1,18 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= guard-compat
+PORTVERSION= 1.2.0
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Helps creating valid Guard plugins and testing them
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-guard-compat/distinfo b/sysutils/rubygem-guard-compat/distinfo
new file mode 100644
index 000000000000..155aed4aacf7
--- /dev/null
+++ b/sysutils/rubygem-guard-compat/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/guard-compat-1.2.0.gem) = 7cf9edfa400306bdc64e66950749230d1379bf9076fdb716c5fdf223f6739909
+SIZE (rubygem/guard-compat-1.2.0.gem) = 11264
diff --git a/sysutils/rubygem-guard-compat/pkg-descr b/sysutils/rubygem-guard-compat/pkg-descr
new file mode 100644
index 000000000000..7709dda8cf36
--- /dev/null
+++ b/sysutils/rubygem-guard-compat/pkg-descr
@@ -0,0 +1,5 @@
+Guard::Compat provides only a test helper for testing custom Guard plugins
+currently.
+
+WWW: https://github.com/guard/guard-compat
+RG: https://rubygems.org/gems/guard-compat