freebsd-ports/www/rubygem-jekyll-sanity/Makefile
2019-09-09 19:34:59 +00:00

22 lines
388 B
Makefile

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