1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/x11-toolkits/rubygem-poppler/Makefile

23 lines
513 B
Makefile

PORTNAME= poppler
PORTVERSION= 3.4.4
CATEGORIES= x11-toolkits rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding of poppler-glib
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
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>