freebsd-ports/textproc/rubygem-jemoji/Makefile
2020-03-28 13:30:30 +00:00

22 lines
428 B
Makefile

# $FreeBSD$
PORTNAME= jemoji
PORTVERSION= 0.12.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GitHub-flavored emoji plugin for Jekyll
LICENSE= MIT
RUN_DEPENDS= rubygem-gemoji>=3.0<4:textproc/rubygem-gemoji \
rubygem-html-pipeline>=2.2<3:textproc/rubygem-html-pipeline \
rubygem-jekyll>=3.0<5.0:www/rubygem-jekyll
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>