2013-06-10 02:27:22 +02:00
|
|
|
# Created by: Steve Wills <swills@rubick>
|
2011-10-29 15:50:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kramdown
|
2015-05-24 02:05:23 +02:00
|
|
|
PORTVERSION= 1.7.0
|
2011-10-29 15:50:38 +02:00
|
|
|
CATEGORIES= textproc rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
|
|
|
|
|
2014-01-25 20:25:02 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2011-10-29 15:50:38 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2014-01-25 20:25:02 +01:00
|
|
|
|
2011-10-29 15:50:38 +02:00
|
|
|
PLIST_FILES= bin/kramdown
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|