ports/textproc/ruby-commonmarker/Makefile

15 lines
262 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = ruby wrapper for libcmark-gfm
2023-09-08 05:21:37 +00:00
DISTNAME = commonmarker-0.23.10
2023-08-16 22:26:55 +00:00
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>