25 lines
683 B
Makefile
25 lines
683 B
Makefile
# Ports collection makefile for: rubygem-prawn
|
|
# Date created: 29 Oct 2008
|
|
# Whom: wenheping@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prawn
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= print rubygems
|
|
MASTER_SITES= RF/prawn
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Fast pure Ruby PDF generator
|
|
|
|
BUILD_DEPENDS= rubygem-prawn-layout>=0.3.1:${PORTSDIR}/print/rubygem-prawn-layout \
|
|
rubygem-prawn-format>=0.2.2:${PORTSDIR}/print/rubygem-prawn-format \
|
|
rubygem-prawn-security>=0.1.1:${PORTSDIR}/print/rubygem-prawn-security \
|
|
rubygem-prawn-core>=0.6.1:${PORTSDIR}/print/rubygem-prawn-core
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|