freebsd-ports/textproc/rubygem-mdl/Makefile
Matthias Fechner f60498621a New port: Tool to check markdown files and flag style issues
It is expected that this port fails to build till the complete rubygem-chef upgrade is committed which can take some time depending on some approvals.

PR:		234114
Submitted by:	vvelox@vvelox.net
2020-12-20 08:22:47 +00:00

26 lines
598 B
Makefile

# $FreeBSD$
PORTNAME= mdl
PORTVERSION= 0.11.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= vvelox@vvelox.net
COMMENT= Check markdown files and flag style issues
LICENSE= MIT
RUN_DEPENDS= rubygem-kramdown>=2.3<3:textproc/rubygem-kramdown \
rubygem-kramdown-parser-gfm>=1.1<2:textproc/rubygem-kramdown-parser-gfm \
rubygem-mixlib-cli>=2.1.1<3:devel/rubygem-mixlib-cli \
rubygem-mixlib-config>=2.2.1<4:devel/rubygem-mixlib-config \
rubygem-mixlib-shellout>=0:devel/rubygem-mixlib-shellout
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/mdl
.include <bsd.port.mk>