19 lines
347 B
Makefile

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