4fc7a0b7d0
Changes: https://github.com/octopress/escape-code/blob/master/CHANGELOG.md Sponsored by: PortsCamp Taiwan
21 lines
406 B
Makefile
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>
|