aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-nanoc-checking/Makefile
blob: 311c6f4d8e3870208c61acfbc56165d1b130309c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>