freebsd-ports/graphics/rubygem-blurhash/Makefile
Muhammad Moinur Rahman 5b26fa6fa8 graphics/rubygem-blurhash: New port
Scruffy is a Ruby library for creating great looking graphs and charts.
Graphs can be rendered to SVG code or an image. Blend the beauty of
Gruff with the SVG capabilities of SVG::Graph, make it super simple and
extensible, and you've got Scruffy.

Sponsored by:	Nepustil
2022-11-18 22:03:04 -06:00

18 lines
347 B
Makefile

PORTNAME= blurhash
PORTVERSION= 0.1.6
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
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>