freebsd-ports/textproc/rubygem-minima/Makefile
Sunpoet Po-Chuan Hsieh 7827d23a1a Add rubygem-minima 2.5.1
Minima is a one-size-fits-all Jekyll theme for writers. It's Jekyll's default
(and first) theme. It's what you get when you run jekyll new.

WWW: https://github.com/jekyll/minima
2020-09-19 12:41:01 +00:00

24 lines
517 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= minima
PORTVERSION= 2.5.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Beautiful, minimal theme for Jekyll
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-jekyll>=3.5<5.0:www/rubygem-jekyll \
rubygem-jekyll-feed>=0.9<1:textproc/rubygem-jekyll-feed \
rubygem-jekyll-seo-tag>=2.1<3:www/rubygem-jekyll-seo-tag
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>