forked from Lainports/freebsd-ports
21 lines
428 B
Makefile
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>
|