freebsd-ports/textproc/rubygem-octopress-escape-code/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
372 B
Makefile

PORTNAME= octopress-escape-code
PORTVERSION= 2.1.1
PORTREVISION= 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-jekyll3>=3.0<4:www/rubygem-jekyll3
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>