aboutsummaryrefslogtreecommitdiff
path: root/print/pdf-redact-tools/Makefile
blob: d1bc4db13fa6bdfc7ffbfe76276d5f0caf345a3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	pdf-redact-tools
PORTVERSION=	0.1.2
DISTVERSIONPREFIX=	v
PORTREVISION=	3
CATEGORIES=	print
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Securely redact and strip metadata from PDF files
WWW=		https://github.com/firstlookmedia/pdf-redact-tools

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	exiftool:graphics/p5-Image-ExifTool

USES=		magick:6,run python
USE_GITHUB=	yes
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

GH_ACCOUNT=	firstlookmedia

.include <bsd.port.mk>