aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-blurhash/Makefile
blob: 5cd9573d9ffe5ed5a55a19b9a374502fedd480d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	blurhash
DISTVERSION=	0.1.8
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Ruby bindings for Blurhash library
WWW=		https://github.com/Gargron/blurhash

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-ffi>0:devel/rubygem-ffi

USES=		gem

.include <bsd.port.mk>