1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/print/rubygem-prawn-svg/Makefile
2012-06-06 00:55:33 +00:00

22 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.11
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>