aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-nanoc/Makefile
blob: 5ad6ea17b5fbccab8b755f5487f273ed4ad7c2b3 (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
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   nanoc
PORTVERSION=    3.6.11
CATEGORIES= www rubygems
MASTER_SITES=   RG

MAINTAINER= zi@FreeBSD.org
COMMENT=    Simple but flexible static site generator

LICENSE=    MIT

RUN_DEPENDS=    rubygem-cri>=2.3:${PORTSDIR}/devel/rubygem-cri

USE_RUBY=   yes
USE_RUBYGEMS=   yes
USE_RAKE=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/nanoc

.include <bsd.port.mk>