Update editors/libreoffice-tn to version 5.2.5
[dports.git] / print / rubygem-rbpdf / Makefile
1 # Created by: Michael Moll <kvedulv at kvedulv.de>
2 # $FreeBSD$
3
4 PORTNAME=       rbpdf
5 PORTVERSION=    1.19.0
6 CATEGORIES=     print rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Ruby library for creating ERB enabled PDF templates
11
12 LICENSE=        LGPL21
13 LICENSE_FILE=   ${WRKSRC}/LICENSE.TXT
14
15 RUN_DEPENDS=    rubygem-htmlentities>=4.3.1:textproc/rubygem-htmlentities \
16                 rubygem-rbpdf-font>=${PORTVERSION}:print/rubygem-rbpdf-font
17
18 NO_ARCH=        yes
19 USE_RUBY=       yes
20 USES=           gem
21
22 .include <bsd.port.mk>