mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
23 lines
471 B
Makefile
23 lines
471 B
Makefile
PORTNAME= ruby-vips
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Binding for the vips image processing library
|
|
WWW= https://github.com/libvips/ruby-vips
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libvips.so:graphics/vips
|
|
RUN_DEPENDS= rubygem-ffi>=1.12<2:devel/rubygem-ffi
|
|
|
|
USES= gem gnome shebangfix
|
|
USE_GNOME= glib20
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= example/*.rb
|
|
|
|
.include <bsd.port.mk>
|