17 lines
278 B
Makefile
17 lines
278 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:42:47 espie Exp $
|
|
|
|
COMMENT= fast, safe and extensible Markdown to (X)HTML parser
|
|
|
|
DISTNAME= redcarpet-2.2.2
|
|
|
|
CATEGORIES= textproc
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|