forked from Lainports/freebsd-ports
Changes: https://github.com/pdfkit/pdfkit/releases https://github.com/pdfkit/pdfkit/blob/master/CHANGELOG.md
21 lines
399 B
Makefile
21 lines
399 B
Makefile
PORTNAME= pdfkit
|
|
PORTVERSION= 0.8.7
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Uses wkhtmltopdf to create PDFs using HTML
|
|
WWW= https://github.com/pdfkit/pdfkit
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= wkhtmltopdf:converters/wkhtmltopdf
|
|
|
|
USES= cpe gem
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|