freebsd-ports/textproc/rubygem-kramdown/Makefile
Sunpoet Po-Chuan Hsieh 60f0bb31ed Update to 2.3.0
Changes:	https://kramdown.gettalong.org/news.html
		https://github.com/gettalong/kramdown/blob/master/doc/news/release_2_3_0.page
Security:	20b46222-c12b-11ea-abe8-08002728f74c
MFH:		2020Q3
2020-07-08 19:15:58 +00:00

24 lines
421 B
Makefile

# Created by: Steve Wills <swills@rubick>
# $FreeBSD$
PORTNAME= kramdown
PORTVERSION= 2.3.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-rexml>=0:textproc/rubygem-rexml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/kramdown
.include <bsd.port.mk>