ports/www/rubygem-jekyll-sanity/Makefile
Sunpoet Po-Chuan Hsieh 2e7c2fe11a Add rubygem-jekyll-sanity 1.2.0
Jekyll Sanity provides surface patches for Jekyll that provide useful methods
for plugin authors, and site authors as well. Moves some insane instance methods
to the class so that they can be used without having to store the entire site.

WWW: https://github.com/envygeeks/jekyll-sanity
2017-11-23 19:08:06 +00:00

20 lines
367 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= jekyll-sanity
PORTVERSION= 1.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Patches to make Jekyll less insane and easier
LICENSE= MIT
RUN_DEPENDS= rubygem-jekyll>=3.1:www/rubygem-jekyll
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>