blob: 0edfb7efdd162ce5b0c9bbf7c545d367c9965d62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: rubygem-pdfkit
# Date created: 2011-06-16
# Whom: rpsfa@rit.edu
#
# $FreeBSD$
PORTNAME= pdfkit
PORTVERSION= 0.5.0
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= rpsfa@rit.edu
COMMENT= Uses wkhtmltopdf to create PDFs using HTML
RUN_DEPENDS= wkhtmltopdf:${PORTSDIR}/converters/wkhtmltopdf
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|