Add rubygem-singleton 0.1.0
The Singleton module implements the Singleton pattern. WWW: https://github.com/ruby/singleton
This commit is contained in:
parent
ba51765fef
commit
a360722984
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543730
@ -6457,6 +6457,7 @@
|
||||
SUBDIR += rubygem-simple_form-rails5
|
||||
SUBDIR += rubygem-simple_form-rails50
|
||||
SUBDIR += rubygem-simplecov
|
||||
SUBDIR += rubygem-singleton
|
||||
SUBDIR += rubygem-skiptrace
|
||||
SUBDIR += rubygem-slack-messenger
|
||||
SUBDIR += rubygem-slack-notifier
|
||||
|
20
devel/rubygem-singleton/Makefile
Normal file
20
devel/rubygem-singleton/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= singleton
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Implement the Singleton pattern
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-singleton/distinfo
Normal file
3
devel/rubygem-singleton/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1595865771
|
||||
SHA256 (rubygem/singleton-0.1.0.gem) = 43df8ff1020b39e69da7b697b3364ec2737589ef49b18838d1b2d67a7fd9ccb5
|
||||
SIZE (rubygem/singleton-0.1.0.gem) = 8192
|
3
devel/rubygem-singleton/pkg-descr
Normal file
3
devel/rubygem-singleton/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The Singleton module implements the Singleton pattern.
|
||||
|
||||
WWW: https://github.com/ruby/singleton
|
Loading…
Reference in New Issue
Block a user