aboutsummaryrefslogtreecommitdiff
path: root/print/rubygem-rbpdf/Makefile
blob: 14bf2cdfe81c2902eba6fb0b78df16eb4295a783 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	rbpdf
PORTVERSION=	1.21.1
CATEGORIES=	print rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby library for creating ERB enabled PDF templates
WWW=		https://github.com/naitoh/rbpdf

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.TXT

RUN_DEPENDS=	rubygem-htmlentities>=0:textproc/rubygem-htmlentities \
		rubygem-rbpdf-font>=1.19.0<1.20:print/rubygem-rbpdf-font

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>