1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/graphics/rubygem-gemojione32/Makefile
Matthias Fechner 91f76c6b91 New ports required for gitlab 10.8.x.
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D15945
2018-06-21 15:28:59 +00:00

25 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= gemojione
PORTVERSION= 3.2.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 32
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Gem containing EmojiOne unicode/image assets
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^3\.2\.
.include <bsd.port.mk>