79fa3c27a0
input and render it into your PDF. prawn-svg is in its infancy and does not support the full SVG specifications. WWW: https://github.com/mogest/prawn-svg
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# Ports collection makefile for: rubygem-prawn-svg
|
|
# Date created: December 16, 2010
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prawn-svg
|
|
PORTVERSION= 0.9.1.10
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= SVG renderer for Prawn PDF library
|
|
|
|
RUN_DEPENDS= rubygem-prawn>=0.8.4:${PORTSDIR}/print/rubygem-prawn
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|