blob: 1a525021faf9bb39f385ea1ba4540a6c1fb757d7 (
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
|
# Created by: rpsfa@rit.edu
# $FreeBSD$
PORTNAME= pdfkit
PORTVERSION= 0.5.4
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>
|