18 lines
292 B
Makefile
18 lines
292 B
Makefile
# $OpenBSD: Makefile,v 1.9 2014/01/15 02:13:58 jeremy Exp $
|
|
|
|
COMMENT= fast, safe and extensible Markdown to (X)HTML parser
|
|
|
|
DISTNAME= redcarpet-2.2.2
|
|
REVISION = 2
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|