freebsd-ports/graphics/rubygem-pdfkit/Makefile
Sunpoet Po-Chuan Hsieh 42e46d7e38 - Update to 0.7.0
- Add LICENSE
- Update WWW

Changes:	https://github.com/pdfkit/pdfkit/blob/master/CHANGELOG.md
2015-05-25 19:54:45 +00:00

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>