freebsd-ports/textproc/rubygem-jekyll-mentions/Makefile
Michael Moll 8be1006751 new port: textproc/rubygem-jekyll-mentions
Jekyll plugin adding @mention support to jekyll sites.

WWW: https://github.com/jekyll/jekyll-mentions
2015-11-02 23:29:43 +00:00

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>