freebsd-ports/www/rubygem-nanoc-checking/Makefile
Kurt Jaeger 8e70b31474 New port: www/rubygem-nanoc-checking
Provides checking functionality for Nanoc.

WWW: https://nanoc.ws/

PR:		252141
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
2021-01-10 14:31:20 +00:00

20 lines
359 B
Makefile

# $FreeBSD$
PORTNAME= nanoc-checking
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sdalu@sdalu.com
COMMENT= Checking functionality for Nanoc
LICENSE= MIT
RUN_DEPENDS= rubygem-nanoc-cli>=4.11:www/rubygem-nanoc-cli \
rubygem-nanoc-core>=4.11:www/rubygem-nanoc-core
USES= gem
NO_ARCH= yes
USE_RUBY= yes
.include <bsd.port.mk>