freebsd-ports/graphics/rubygem-pdfkit/Makefile
Stefan Eßer 4cfb0d7361 graphics/rubygem-pdfkit: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:13 +02:00

22 lines
389 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= cpe gem
CPE_VENDOR= ${PORTNAME}_project
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>