20 lines
372 B
Makefile
20 lines
372 B
Makefile
# $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>
|