freebsd-ports/graphics/rubygem-gitlab_emoji/Makefile

23 lines
406 B
Makefile
Raw Normal View History

# Created by: Johannes Meixner <johannes@perceivon.net>
PORTNAME= gitlab_emoji
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides Gitlab Emoji assets
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-gemojione>=2.2.1:graphics/rubygem-gemojione
USES= gem
2020-08-23 21:47:09 +02:00
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>