forked from Lainports/freebsd-ports
Provides checking functionality for Nanoc. WWW: https://nanoc.ws/ PR: 252141 Submitted by: Stéphane D'Alu <sdalu@sdalu.com>
20 lines
359 B
Makefile
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>
|