freebsd-ports/textproc/rubygem-jemoji/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
415 B
Makefile

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>