View | Details | Raw Unified | Return to bug 234114 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/rubygem-mdl/Makefile (+22 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	mdl
4
PORTVERSION=	0.5.0
5
CATEGORIES=	textproc rubygems
6
MASTER_SITES=	RG
7
8
MAINTAINER=	vvelox@vvelox.net
9
COMMENT=	Check markdown files and flag style issues
10
11
LICENSE=	MIT
12
13
RUN_DEPENDS=	rubygem-kramdown>=1.17.0:textproc/rubygem-kramdown
14
15
USES=		gem
16
USE_RUBY=	yes
17
18
NO_ARCH=	yes
19
20
PLIST_FILES=	bin/mdl
21
22
.include <bsd.port.mk>
(-)textproc/rubygem-mdl/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1545117767
2
SHA256 (rubygem/mdl-0.5.0.gem) = 913cc1c340b808645b54c8536e6e2e68b849677ca12e342e07c3a81a3ebaf010
3
SIZE (rubygem/mdl-0.5.0.gem) = 53760
(-)textproc/rubygem-mdl/pkg-descr (+3 lines)
Line 0 Link Here
1
A tool to check markdown files and flag style issues.
2
3
WWW: https://github.com/markdownlint/markdownlint

Return to bug 234114