freebsd-ports/devel/rubygem-trailblazer-option/Makefile
Po-Chuan Hsieh 8ca4072c30
devel/rubygem-trailblazer-option: Add rubygem-trailblazer-option 0.1.1
Trailblazer::Option is the one of the core concept behind traiblazer-operation's
step API, reform's populator API etc. It makes us possible to accept any kind of
callable objects at compile time and execute them at runtime.

WWW: https://github.com/trailblazer/trailblazer-option
2021-07-22 02:11:51 +08:00

19 lines
335 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= trailblazer-option
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Dynamic options to evaluate at runtime
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>