mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
- 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
This commit is contained in:
parent
c39af55652
commit
4b52964a4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375709
@ -815,6 +815,7 @@
|
||||
SUBDIR += rubygem-fssm
|
||||
SUBDIR += rubygem-god
|
||||
SUBDIR += rubygem-guard
|
||||
SUBDIR += rubygem-guard-compat
|
||||
SUBDIR += rubygem-guard-livereload
|
||||
SUBDIR += rubygem-guard-minitest
|
||||
SUBDIR += rubygem-guard-rspec
|
||||
|
18
sysutils/rubygem-guard-compat/Makefile
Normal file
18
sysutils/rubygem-guard-compat/Makefile
Normal file
@ -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>
|
2
sysutils/rubygem-guard-compat/distinfo
Normal file
2
sysutils/rubygem-guard-compat/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/guard-compat-1.2.0.gem) = 7cf9edfa400306bdc64e66950749230d1379bf9076fdb716c5fdf223f6739909
|
||||
SIZE (rubygem/guard-compat-1.2.0.gem) = 11264
|
5
sysutils/rubygem-guard-compat/pkg-descr
Normal file
5
sysutils/rubygem-guard-compat/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user