95d2a2b6f1
PR: ports/187999 Submitted by: Michael Moll <kvedulv@kvedulv.de>
20 lines
348 B
Makefile
20 lines
348 B
Makefile
# Created by: Steve Wills <swills@rubick>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kramdown
|
|
PORTVERSION= 1.3.3
|
|
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>
|