mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
Gem-authoring tools like class method inheritance in modules, dynamic options and more. WWW: https://github.com/apotonick/uber
18 lines
263 B
Makefile
18 lines
263 B
Makefile
# $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>
|