2013-06-03 01:29:37 +02:00
|
|
|
# Created by: rpsfa@rit.edu
|
2011-06-21 02:52:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pdfkit
|
2015-08-27 15:26:34 +02:00
|
|
|
PORTVERSION= 0.8.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
|
|
|
|
|
2015-05-25 21:54:45 +02:00
|
|
|
LICENSE= MIT
|
2017-01-04 16:02:53 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-05-25 21:54:45 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= wkhtmltopdf:converters/wkhtmltopdf
|
2011-06-21 02:52:01 +02:00
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
2011-06-21 02:52:01 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2011-06-21 02:52:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|