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

PORTNAME=   pdfkit
PORTVERSION=    0.5.4
PORTREVISION=   1
CATEGORIES= graphics rubygems
MASTER_SITES=   RG

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

RUN_DEPENDS=    wkhtmltopdf:${PORTSDIR}/converters/wkhtmltopdf

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

REINPLACE_ARGS= -i ''

NO_STAGE=   yes
post-install:
    @${REINPLACE_CMD} -e '/s.date/d' ${PREFIX}/${GEM_SPEC}

.include <bsd.port.mk>