freebsd-ports/graphics/rubygem-pdfkit/Makefile
2015-07-09 15:44:34 +00:00

22 lines
375 B
Makefile

# Created by: rpsfa@rit.edu
# $FreeBSD$
PORTNAME= pdfkit
PORTVERSION= 0.8.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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>