19 lines
357 B
Makefile
19 lines
357 B
Makefile
PORTNAME= nanoc-checking
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sdalu@sdalu.com
|
|
COMMENT= Checking functionality for Nanoc
|
|
WWW= https://nanoc.ws/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-nanoc-cli>=4.12:www/rubygem-nanoc-cli \
|
|
rubygem-nanoc-core>=4.12:www/rubygem-nanoc-core
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|