freebsd-ports/graphics/rubygem-pdfkit/Makefile

21 lines
353 B
Makefile

# Created by: rpsfa@rit.edu
PORTNAME= pdfkit
PORTVERSION= 0.8.5
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Uses wkhtmltopdf to create PDFs using HTML
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= wkhtmltopdf:converters/wkhtmltopdf
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>