freebsd-ports/textproc/rubygem-octopress-escape-code/Makefile
Sunpoet Po-Chuan Hsieh 4fc7a0b7d0 - Update to 2.1.1
Changes:	https://github.com/octopress/escape-code/blob/master/CHANGELOG.md
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:23:14 +00:00

21 lines
406 B
Makefile

# $FreeBSD$
PORTNAME= octopress-escape-code
PORTVERSION= 2.1.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Adds escape sequences for code blocks in Jekyll
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-jekyll>=3.0:${PORTSDIR}/www/rubygem-jekyll
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>