mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4ffb309383
OK sthen@
33 lines
592 B
Makefile
33 lines
592 B
Makefile
COMMENT = tool to test a PDF file
|
|
|
|
REVISION = 0
|
|
MODPY_DISTV = 0.2.10
|
|
DISTNAME = pdfid_v${MODPY_DISTV:S/./_/g}
|
|
PKGNAME = pdfid-${MODPY_DISTV}
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://blog.didierstevens.com/programs/pdf-tools/
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# public domain
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://didierstevens.com/files/software/
|
|
|
|
EXTRACT_SUFX = .zip
|
|
|
|
MODULES = lang/python
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
WRKDIST = ${WRKDIR}
|
|
|
|
MODPY_ADJ_FILES = pdfid.py
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/pdfid.py ${PREFIX}/bin/pdfid
|
|
|
|
.include <bsd.port.mk>
|