opnsense-ports/devel/py-imgkit/Makefile
Franco Fichtner f5acf72395 */*: sync with upstream
Taken from: HardenedBSD
2018-02-26 09:17:44 +01:00

20 lines
398 B
Makefile

# Created by: Dan Langille <dvl@FreeBSD.org>
# $FreeBSD$
PORTNAME= imgkit
PORTVERSION= 1.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Python wrapper to convert html to image
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
RUN_DEPENDS+= wkhtmltopdf>0:converters/wkhtmltopdf
.include <bsd.port.mk>