import ruby-uuid-2.3.7
UUID generator for producing universally unique identifiers based on RFC 4122. ok jeremy@
This commit is contained in:
parent
ef584937a1
commit
7727069e11
20
devel/ruby-uuid/Makefile
Normal file
20
devel/ruby-uuid/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/03/18 20:17:15 jasper Exp $
|
||||
|
||||
COMMENT= UUID generator
|
||||
|
||||
DISTNAME= uuid-2.3.7
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/assaf/uuid
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= gem
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= net/ruby-macaddr,${MODRUBY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-uuid/distinfo
Normal file
2
devel/ruby-uuid/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (uuid-2.3.7.gem) = l9ocVao+FIUOdzw2OJdLg27D3RCVtw2j5B+QPawCARM=
|
||||
SIZE (uuid-2.3.7.gem) = 13824
|
1
devel/ruby-uuid/pkg/DESCR
Normal file
1
devel/ruby-uuid/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
UUID generator for producing universally unique identifiers based on RFC 4122.
|
20
devel/ruby-uuid/pkg/PLIST
Normal file
20
devel/ruby-uuid/pkg/PLIST
Normal file
@ -0,0 +1,20 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/03/18 20:17:15 jasper Exp $
|
||||
@comment ${GEM_BIN}/uuid${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
|
||||
${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/uuid
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/yard
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/yardoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/yri
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/uuid.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test-uuid.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/uuid.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
x
Reference in New Issue
Block a user