freebsd-ports/textproc/rubygem-kramdown/Makefile
Sunpoet Po-Chuan Hsieh 00144b77a2 - Update to 1.9.0
- Add LICENSE_FILE
- Simplify SHEBANG_FILES

Changes:	http://kramdown.gettalong.org/news.html
		https://github.com/gettalong/kramdown/commits/master
2015-10-03 17:10:56 +00:00

24 lines
441 B
Makefile

# Created by: Steve Wills <swills@rubick>
# $FreeBSD$
PORTNAME= kramdown
PORTVERSION= 1.9.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= benchmark/*.sh
PLIST_FILES= bin/kramdown
.include <bsd.port.mk>