aboutsummaryrefslogtreecommitdiffstats
path: root/print/rubygem-prawn/Makefile
blob: 8d5d840b3da97f08a84fa271a2695b310b5671dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Ports collection makefile for:    rubygem-prawn
# Date created:             29 Oct 2008
# Whom:                 wenheping@gmail.com
#
# $FreeBSD$

PORTNAME=   prawn
PORTVERSION=    0.8.4
CATEGORIES= print rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Fast pure Ruby PDF generator

RUN_DEPENDS=    rubygem-prawn-layout>=0.8.4:${PORTSDIR}/print/rubygem-prawn-layout \
        rubygem-prawn-format>=0.2.2:${PORTSDIR}/print/rubygem-prawn-format \
        rubygem-prawn-security>=0.8.4:${PORTSDIR}/print/rubygem-prawn-security \
        rubygem-prawn-core>=0.8.4:${PORTSDIR}/print/rubygem-prawn-core

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>