mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Add rubygem-drydock 0.6.9
Drydock is a seaworthy DSL for building really powerful command line applications. The core class is contained in a single .rb file so it's easy to copy directly into your project. See below for examples. WWW: https://github.com/delano/drydock WWW: https://rubygems.org/gems/drydock
This commit is contained in:
parent
70f63cab98
commit
00709dfe12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285201
@ -3381,6 +3381,7 @@
|
||||
SUBDIR += rubygem-devise
|
||||
SUBDIR += rubygem-directory_watcher
|
||||
SUBDIR += rubygem-ditz
|
||||
SUBDIR += rubygem-drydock
|
||||
SUBDIR += rubygem-echoe
|
||||
SUBDIR += rubygem-edavis10-object_daddy
|
||||
SUBDIR += rubygem-elif
|
||||
|
20
devel/rubygem-drydock/Makefile
Normal file
20
devel/rubygem-drydock/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: rubygem-drydock
|
||||
# Date created: 2011-11-03
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= drydock
|
||||
PORTVERSION= 0.6.9
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Build seaworthy command-line apps with a powerful Ruby DSL
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-drydock/distinfo
Normal file
2
devel/rubygem-drydock/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/drydock-0.6.9.gem) = d2bbd5be1ba4dde949e7eeca15e64c97ad77a853dc56493fa323c11acc182e3f
|
||||
SIZE (rubygem/drydock-0.6.9.gem) = 23040
|
6
devel/rubygem-drydock/pkg-descr
Normal file
6
devel/rubygem-drydock/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Drydock is a seaworthy DSL for building really powerful command line
|
||||
applications. The core class is contained in a single .rb file so it's easy to
|
||||
copy directly into your project. See below for examples.
|
||||
|
||||
WWW: https://github.com/delano/drydock
|
||||
WWW: https://rubygems.org/gems/drydock
|
Loading…
Reference in New Issue
Block a user