Add rubygem-rake-contrib 1.0.0
Additional libraries for Rake WWW: https://github.com/ruby/rake-contrib
This commit is contained in:
parent
23e1f4132d
commit
60b4f2bd0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430224
4 changed files with 27 additions and 0 deletions
|
@ -5321,6 +5321,7 @@
|
|||
SUBDIR += rubygem-rainbow
|
||||
SUBDIR += rubygem-rake
|
||||
SUBDIR += rubygem-rake-compiler
|
||||
SUBDIR += rubygem-rake-contrib
|
||||
SUBDIR += rubygem-ransack
|
||||
SUBDIR += rubygem-rapt
|
||||
SUBDIR += rubygem-rash
|
||||
|
|
20
devel/rubygem-rake-contrib/Makefile
Normal file
20
devel/rubygem-rake-contrib/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rake-contrib
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Additional libraries for Rake
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-rake-contrib/distinfo
Normal file
3
devel/rubygem-rake-contrib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1483218312
|
||||
SHA256 (rubygem/rake-contrib-1.0.0.gem) = 04d62a06dd12bdd2dff1a2cde8a51339a1d37bb8471bc4cd97ef1f0b3be645d0
|
||||
SIZE (rubygem/rake-contrib-1.0.0.gem) = 8192
|
3
devel/rubygem-rake-contrib/pkg-descr
Normal file
3
devel/rubygem-rake-contrib/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Additional libraries for Rake
|
||||
|
||||
WWW: https://github.com/ruby/rake-contrib
|
Loading…
Reference in a new issue