freebsd-ports/www/rubygem-nanoc-cli/Makefile
Kurt Jaeger 1e064e765f New port: www/rubygem-nanoc-cli
Provides the CLI for Nanoc.

WWW: https://nanoc.ws/

PR:		252139
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
2021-01-10 14:28:33 +00:00

22 lines
428 B
Makefile

# $FreeBSD$
PORTNAME= nanoc-cli
PORTVERSION= 4.11.19
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sdalu@sdalu.com
COMMENT= CLI for Nanoc
LICENSE= MIT
RUN_DEPENDS= rubygem-cri>=2.15:devel/rubygem-cri \
rubygem-diff-lcs>=1.3:textproc/rubygem-diff-lcs \
rubygem-zeitwerk>=2.1:devel/rubygem-zeitwerk \
rubygem-nanoc-core>=4.11:www/rubygem-nanoc-core
USES= gem
NO_ARCH= yes
USE_RUBY= yes
.include <bsd.port.mk>