freebsd-ports/www/rubygem-nanoc-checking/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
346 B
Makefile

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>