freebsd-ports/print/rubygem-prawn-svg/Makefile
Philip M. Gollucci 79fa3c27a0 An SVG renderer for the Prawn PDF library. This will take an SVG file as
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
2010-12-17 03:48:09 +00:00

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>