summaryrefslogtreecommitdiff
path: root/www/rubygem-nanoc/Makefile
blob: d6f2b76b5ae6f2b6c16ea57a19ca14396150ad8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	nanoc
DISTVERSION=	4.12.15
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	zi@FreeBSD.org
COMMENT=	Simple but flexible static site generator
WWW=		https://nanoc.ws/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-addressable>=2.5:www/rubygem-addressable \
		rubygem-colored>=1.2:textproc/rubygem-colored \
		rubygem-nanoc-checking>=1.0:www/rubygem-nanoc-checking \
		rubygem-nanoc-cli=4.12.15:www/rubygem-nanoc-cli \
		rubygem-nanoc-core=4.12.15:www/rubygem-nanoc-core \
		rubygem-nanoc-deploying>=1.0:www/rubygem-nanoc-deploying \
		rubygem-parallel>=1.12:sysutils/rubygem-parallel \
		rubygem-tty-command>=0.8:devel/rubygem-tty-command \
		rubygem-tty-which>=0.4:devel/rubygem-tty-which

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/nanoc

.include <bsd.port.mk>