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:
Torsten Zuehlsdorff 2017-03-21 10:54:57 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1490092682
SHA256 (rubygem/uber-0.1.0.gem) = 5beeb407ff807b5db994f82fa9ee07cfceaa561dad8af20be880bc67eba935dc
SIZE (rubygem/uber-0.1.0.gem) = 14848

View file

@ -0,0 +1,4 @@
Gem-authoring tools like class method inheritance in modules,
dynamic options and more.
WWW: https://github.com/apotonick/uber