mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
23 lines
424 B
Makefile
23 lines
424 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-sanity
|
|
PORTVERSION= 1.6.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-jekyll3>=3.1<5:www/rubygem-jekyll3 \
|
|
rubygem-pathutil>=0.16<1:devel/rubygem-pathutil
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|