freebsd-ports/graphics/rubygem-gitlab_emoji/Makefile
Sunpoet Po-Chuan Hsieh db54fd7ce3 - Add gemspec patch for rubygem-gemojione 3.1.0
- Bump PORTREVISION for package change
2016-12-04 18:41:05 +00:00

22 lines
417 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
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
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>