14 lines
262 B
Makefile
14 lines
262 B
Makefile
COMMENT = ruby wrapper for libcmark-gfm
|
|
|
|
DISTNAME = commonmarker-0.23.10
|
|
CATEGORIES = textproc
|
|
HOMEPAGE = https://github.com/gjtorikian/commonmarker
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|