freebsd-ports/graphics/rubygem-gitlab_emoji/Makefile
Michael Moll 9ee92eb138 graphics/rubygem-gitlab_emoji: update to 0.1.0
PR:		200126
Differential Revision:	https://reviews.freebsd.org/D2528
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
2015-05-13 00:43:04 +00:00

21 lines
419 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= gitlab_emoji
PORTVERSION= 0.1.0
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.0:${PORTSDIR}/graphics/rubygem-gemojione
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>