mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
19 lines
360 B
Makefile
19 lines
360 B
Makefile
COMMENT = OpenPGP private key backup utility suitable for printing
|
|
VERSION = 1.6
|
|
DISTNAME = paperkey-${VERSION}
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://www.jabberwocky.com/software/paperkey/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
SITES = https://github.com/dmshaw/paperkey/releases/download/v${VERSION}/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|