freebsd-ports/x11-toolkits/rubygem-poppler/Makefile
2019-03-13 18:42:33 +00:00

23 lines
483 B
Makefile

# $FreeBSD$
PORTNAME= poppler
PORTVERSION= 3.3.5
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding for Poppler
LICENSE= LGPL21+
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \
rubygem-gio2>=${PORTVERSION}:devel/rubygem-gio2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>