aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-jekyll-mentions/Makefile
blob: 392098881e30f64b325aadba0e4bf54ee8926c1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	jekyll-mentions
PORTVERSION=	1.1.2
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	At-mention support for Jekyll sites

LICENSE=	MIT

RUN_DEPENDS=	rubygem-html-pipeline>=2.3:textproc/rubygem-html-pipeline \
		rubygem-jekyll>=3.0:www/rubygem-jekyll

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>