mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3e79c71fd1
files.
27 lines
502 B
Makefile
27 lines
502 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdf-redact-tools
|
|
PORTVERSION= 0.1.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Securely redact and strip metadata from PDF files
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= exiftool:graphics/p5-Image-ExifTool \
|
|
convert:graphics/ImageMagick
|
|
|
|
USES= python:2.7
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
GH_ACCOUNT= firstlookmedia
|
|
|
|
.include <bsd.port.mk>
|