20 lines
308 B
Makefile
20 lines
308 B
Makefile
# $OpenBSD: Makefile,v 1.6 2014/10/11 19:54:47 jeremy Exp $
|
|
|
|
COMMENT= fast, pure Ruby Markdown parser
|
|
|
|
DISTNAME= kramdown-1.0.2
|
|
REVISION = 1
|
|
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://kramdown.rubyforge.org/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|