freebsd-ports/www/rubygem-nanoc-cli/Makefile
2023-05-07 13:24:36 -04:00

21 lines
428 B
Makefile

PORTNAME= nanoc-cli
DISTVERSION= 4.12.15
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sdalu@sdalu.com
COMMENT= CLI for Nanoc
WWW= https://nanoc.ws/
LICENSE= MIT
RUN_DEPENDS= rubygem-cri>=2.15:devel/rubygem-cri \
rubygem-diff-lcs>=1.3:textproc/rubygem-diff-lcs \
rubygem-nanoc-core=4.12.15:www/rubygem-nanoc-core \
rubygem-zeitwerk>=2.1:devel/rubygem-zeitwerk
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>