forked from Lainports/freebsd-ports
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>
22 lines
452 B
Makefile
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>
|