23 lines
366 B
Makefile
23 lines
366 B
Makefile
# 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
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/nanoc
|
|
|
|
.include <bsd.port.mk>
|