pkgsrc/print/pdf-redact-tools/Makefile
rillig 433be819d5 print/pdf-redact-tools: remove unnecessary REPLACE_PYTHON
The file was not found because of a typo in the filename, and the package
still got installed correctly since Python fixes the interpreter itself.
2020-05-22 19:17:25 +00:00

21 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/05/22 19:17:25 rillig Exp $
DISTNAME= pdf-redact-tools-0.1
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=firstlook/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= https://firstlook.org/code/project/pdf-redact-tools/
COMMENT= Strip metadata from documents before publishing
LICENSE= gnu-gpl-v3
DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
USE_LANGUAGES= # none
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"