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

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

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

LICENSE=	MIT

RUN_DEPENDS=	rubygem-html-pipeline>=2.3<3:textproc/rubygem-html-pipeline \
		rubygem-jekyll>=3.7<5.0:www/rubygem-jekyll

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>