pkgsrc/security/netpgpverify/Makefile
agc b342d7dcbe netpgpverify-20140304:
+ Check the correct field in the struct is not NULL in sig_verify_dsa()
+ Move to using our own byte-swapping routines - portability
+ Check for errors in bzlib
+ Bump version number to 20140304
2014-03-05 04:51:37 +00:00

19 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.7 2014/03/05 04:51:37 agc Exp $
DISTNAME= netpgpverify-20140304
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"