pkgsrc/security/paperkey/Makefile
shattered cc252778f8 Import paperkey-1.3 as security/paperkey.
Paperkey extracts secret bytes from GnuPG key and prints them. To
reconstruct, you re-enter those bytes (whether by hand or via OCR)
and paperkey can use them to transform your existing public key
into a secret key.
2013-06-01 14:29:23 +00:00

14 lines
389 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/06/01 14:29:23 shattered Exp $
DISTNAME= paperkey-1.3
CATEGORIES= security
MASTER_SITES= http://www.jabberwocky.com/software/paperkey/
MAINTAINER= shattered@NetBSD.org
HOMEPAGE= http://www.jabberwocky.com/software/paperkey/
COMMENT= Extract essence of OpenPGP secret key for printing
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"