mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
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
20 lines
367 B
Makefile
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>
|