20 lines
423 B
Makefile
20 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/02/05 00:21:57 agc Exp $
|
|
|
|
DISTNAME= netpgpverify-20150205
|
|
CATEGORIES= security
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://www.NetBSD.org/
|
|
COMMENT= Standalone PGP and ssh signature verification utility
|
|
LICENSE= modified-bsd
|
|
|
|
AUTO_MKDIRS= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-extract:
|
|
@${CP} -R ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|