15 lines
261 B
Makefile
15 lines
261 B
Makefile
|
COMMENT = ruby wrapper for libcmark-gfm
|
||
|
|
||
|
DISTNAME = commonmarker-0.23.9
|
||
|
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>
|