Import graphics/rubygem-pdfkit version 0.8.2
[dports.git] / graphics / rubygem-pdfkit / Makefile
1 # Created by: rpsfa@rit.edu
2 # $FreeBSD$
3
4 PORTNAME=       pdfkit
5 PORTVERSION=    0.8.2
6 CATEGORIES=     graphics rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Uses wkhtmltopdf to create PDFs using HTML
11
12 LICENSE=        MIT
13
14 RUN_DEPENDS=    wkhtmltopdf:converters/wkhtmltopdf
15
16 NO_ARCH=        yes
17
18 USE_RUBY=       yes
19 USES=           gem
20
21 .include <bsd.port.mk>