ports/devel/rubygem-uber/Makefile
Torsten Zuehlsdorff d7a79dacef New port: devel/rubygem-uber
Gem-authoring tools like class method inheritance in modules,
dynamic options and more.

WWW: https://github.com/apotonick/uber
2017-03-21 10:54:57 +00:00

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>