forked from Lainports/opnsense-ports
18 lines
356 B
Makefile
18 lines
356 B
Makefile
PORTNAME= dry-cli
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Common framework to build command line interfaces with Ruby
|
|
WWW= https://dry-rb.org/gems/dry-cli \
|
|
https://github.com/dry-rb/dry-cli
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|