Files
ports/www/rubygem-nanoc/Makefile
T
Kurt Jaeger e7e023fa46 www/rubygem-nanoc: update 4.7.14 -> 4.11.19
PR:		251928
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
Approved by:	zi (maintainer timeout)
Relnotes:	https://nanoc.ws/release-notes/
2021-01-10 14:33:56 +00:00

33 lines
849 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= nanoc
PORTVERSION= 4.11.19
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= zi@FreeBSD.org
COMMENT= Simple but flexible static site generator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.7:www/rubygem-addressable \
rubygem-colored>=1.2:textproc/rubygem-colored \
rubygem-nanoc-checking>=1.0:www/rubygem-nanoc-checking \
rubygem-nanoc-cli=4.11.19:www/rubygem-nanoc-cli \
rubygem-nanoc-core=4.11.19: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
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/nanoc
.include <bsd.port.mk>