mirror of https://git.FreeBSD.org/ports.git
18 lines
333 B
Makefile
18 lines
333 B
Makefile
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>
|