aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-pdfkit/Makefile
blob: 0824f458a405a811feadf1880404993b436dddba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: rpsfa@rit.edu
# $FreeBSD$

PORTNAME=   pdfkit
PORTVERSION=    0.8.2
CATEGORIES= graphics rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Uses wkhtmltopdf to create PDFs using HTML

LICENSE=    MIT

RUN_DEPENDS=    wkhtmltopdf:converters/wkhtmltopdf

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>