21 lines
433 B
Makefile
21 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-mentions
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= At-mention support for Jekyll sites
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \
|
|
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>
|