freebsd-ports/print/rubygem-prawn/Makefile
Steve Wills 37b5ed38b0 print/rubygem-prawn: update to 1.3.0
print/rubygem-ttfunk: update to 1.4.0
print/rubygem-pdf-core: update to 0.4.0

Update rubygem-prawn and friends to the latest versions. These are all
committed at the same time to avoid breakage.

PR:		193833
PR:		194012
PR:		194013
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-09-29 21:05:03 +00:00

22 lines
452 B
Makefile

# Created by: wenheping@gmail.com
# $FreeBSD$
PORTNAME= prawn
PORTVERSION= 1.3.0
CATEGORIES= print rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast pure Ruby PDF generator
LICENSE= RUBY GPLv2 GPLv3
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-pdf-core>=0.4.0:${PORTSDIR}/print/rubygem-pdf-core \
rubygem-ttfunk>=1.4.0:${PORTSDIR}/print/rubygem-ttfunk
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>