05bc059f79
Jekyll Archives is a plugin for Jekyll which can automate the generation of post archives by dates, tags, and categories. WWW: https://jekyll.github.io/jekyll-archives/
20 lines
323 B
Makefile
20 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-archives
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Archive pages for Jekyll tags and categories
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-jekyll>=3.6<5.0:www/rubygem-jekyll
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|