1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/print/rubygem-prawn/Makefile
Philip M. Gollucci 1116e875da - prawn-core is pulled in by the others
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-12-17 03:48:33 +00:00

25 lines
595 B
Makefile

# Ports collection makefile for: rubygem-prawn
# Date created: 29 Oct 2008
# Whom: wenheping@gmail.com
#
# $FreeBSD$
PORTNAME= prawn
PORTVERSION= 0.8.4
PORTREVISION= 1
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
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>