aboutsummaryrefslogtreecommitdiffstats
path: root/www/rubygem-nanoc/Makefile
blob: ea84798f01e1973cef74929c549159d191781f92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER= zi@FreeBSD.org
COMMENT=    A simple but very flexible static site generator

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

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

PLIST_FILES=    bin/nanoc

NO_STAGE=   yes
.include <bsd.port.mk>