aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-pdfkit/Makefile
blob: 2ad4861ac191cfc8353e16aed4e3b860d7c46254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>