freebsd-ports/textproc/rubygem-kramdown/Makefile
2015-05-24 00:05:23 +00:00

20 lines
348 B
Makefile

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