forked from Lainports/freebsd-ports
- Add LICENSE - Update WWW Changes: https://github.com/pdfkit/pdfkit/blob/master/CHANGELOG.md
20 lines
361 B
Makefile
20 lines
361 B
Makefile
# Created by: rpsfa@rit.edu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdfkit
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Uses wkhtmltopdf to create PDFs using HTML
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= wkhtmltopdf:${PORTSDIR}/converters/wkhtmltopdf
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|