17 lines
333 B
Makefile
17 lines
333 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
|
|
|
|
.include <bsd.port.mk>
|