22 lines
382 B
Makefile
22 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|