2013-06-03 01:29:37 +02:00
|
|
|
# Created by: rpsfa@rit.edu
|
2011-06-21 02:52:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pdfkit
|
2014-08-24 06:28:24 +02:00
|
|
|
PORTVERSION= 0.6.2
|
2011-06-21 02:52:01 +02:00
|
|
|
CATEGORIES= graphics rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2011-10-26 13:21:50 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2011-06-21 02:52:01 +02:00
|
|
|
COMMENT= Uses wkhtmltopdf to create PDFs using HTML
|
|
|
|
|
|
|
|
RUN_DEPENDS= wkhtmltopdf:${PORTSDIR}/converters/wkhtmltopdf
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
2011-07-21 02:19:05 +02:00
|
|
|
REINPLACE_ARGS= -i ''
|
|
|
|
|
|
|
|
post-install:
|
2014-01-24 15:56:38 +01:00
|
|
|
@${REINPLACE_CMD} -e '/s.date/d' ${STAGEDIR}${PREFIX}/${GEM_SPEC}
|
2011-07-21 02:19:05 +02:00
|
|
|
|
2011-06-21 02:52:01 +02:00
|
|
|
.include <bsd.port.mk>
|