forked from Lainports/freebsd-ports
Jekyll plugin adding @mention support to jekyll sites. WWW: https://github.com/jekyll/jekyll-mentions
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-mentions
|
|
PORTVERSION= 1.0.0
|
|
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.2:${PORTSDIR}/textproc/rubygem-html-pipeline \
|
|
rubygem-jekyll>=3.0:${PORTSDIR}/www/rubygem-jekyll
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|