e7aaf81c4e
PR: ports/188001 Submitted by: Michael Moll <kvedulv@kvedulv.de>
19 lines
406 B
Makefile
19 lines
406 B
Makefile
# Created by: wenheping@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prawn
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast pure Ruby PDF generator
|
|
|
|
RUN_DEPENDS= rubygem-pdf-core>=0.2.2:${PORTSDIR}/print/rubygem-pdf-core \
|
|
rubygem-ttfunk>=1.1.1:${PORTSDIR}/print/rubygem-ttfunk
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|