mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
New port: devel/rubygem-uber
Gem-authoring tools like class method inheritance in modules, dynamic options and more. WWW: https://github.com/apotonick/uber
This commit is contained in:
parent
a38bf1504e
commit
d7a79dacef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436581
4 changed files with 26 additions and 0 deletions
|
@ -5554,6 +5554,7 @@
|
|||
SUBDIR += rubygem-turn
|
||||
SUBDIR += rubygem-typed-array
|
||||
SUBDIR += rubygem-tzinfo
|
||||
SUBDIR += rubygem-uber
|
||||
SUBDIR += rubygem-unicode
|
||||
SUBDIR += rubygem-unicode-display_width
|
||||
SUBDIR += rubygem-useragent
|
||||
|
|
18
devel/rubygem-uber/Makefile
Normal file
18
devel/rubygem-uber/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uber
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Gem-authoring framework
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-uber/distinfo
Normal file
3
devel/rubygem-uber/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1490092682
|
||||
SHA256 (rubygem/uber-0.1.0.gem) = 5beeb407ff807b5db994f82fa9ee07cfceaa561dad8af20be880bc67eba935dc
|
||||
SIZE (rubygem/uber-0.1.0.gem) = 14848
|
4
devel/rubygem-uber/pkg-descr
Normal file
4
devel/rubygem-uber/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Gem-authoring tools like class method inheritance in modules,
|
||||
dynamic options and more.
|
||||
|
||||
WWW: https://github.com/apotonick/uber
|
Loading…
Add table
Reference in a new issue