aboutsummaryrefslogtreecommitdiffstats
path: root/security/paperkey/Makefile
blob: ae22be910b045b9a4e1b1f8d19cf97ddc8fcb11b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    paperkey
# Date created:     Mon Oct  6 12:56:53 EEST 2008
# Whom:         Peter Pentchev <roam@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   paperkey
PORTVERSION=    1.1
CATEGORIES= security
MASTER_SITES=   http://www.jabberwocky.com/software/paperkey/

MAINTAINER= roam@FreeBSD.org
COMMENT=    Extract just the secret information out of OpenPGP secret keys

GNU_CONFIGURE=  yes
ALL_TARGET= all check

MAN1=       paperkey.1

.if !defined(NOPORTDOCS)
post-install:
        ${MKDIR} ${DOCSDIR}
        ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>