freebsd-ports/textproc/rubygem-kramdown/Makefile
Sunpoet Po-Chuan Hsieh 1da595def2 - Update to 1.8.0
- Remove blank line between NO_ARCH and USE_RUBY

Changes:	http://kramdown.gettalong.org/news.html
		https://github.com/gettalong/kramdown/commits/master
2015-07-06 17:47:54 +00:00

21 lines
361 B
Makefile

# Created by: Steve Wills <swills@rubick>
# $FreeBSD$
PORTNAME= kramdown
PORTVERSION= 1.8.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/kramdown
.include <bsd.port.mk>