blob: ea00199f9aaea7deb5c9c89de88d4ab7fcf56cbf (
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
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= nanoc
PORTVERSION= 4.1.4
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:devel/rubygem-cri
NO_ARCH= yes
USE_RUBY= yes
USE_RAKE= yes
USES= gem:autoplist
PLIST_FILES= bin/nanoc
.include <bsd.port.mk>
|