46d1d53aa7
Upstream changes: 0.061 2018-06-07 - bundled libtommath update (+stdint.h workaround) - bundled libtomcrypt update (+necessary adaptation) - fix #43 HP-UX 11.11 C-ANSI-C has no stdint.h - fix #44 Anonymous unions are GNU and C11 (troubles with HP C/aC++, HP-UX 11.31/IA64)
16 lines
496 B
Makefile
16 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.11 2018/06/22 10:06:30 wen Exp $
|
|
|
|
DISTNAME= CryptX-0.061
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/M/MI/MIK/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/M/MI/MIK/
|
|
COMMENT= Crypto toolkit (self-contained no external libraries needed)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/CryptX/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|