from Charlene Wendling; OK bcallah@ Comment: cryptographic toolkit for Perl Description: CryptX is a fairly comprehensive cryptographic toolkit that provides a vast array of well-known symmetric, block, and stream ciphers, authenticated encryption modes, hash functions, checksums, MAC, public key cryptography, PRNG, and more.
17 lines
265 B
Makefile
17 lines
265 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/09/09 15:03:58 bluhm Exp $
|
|
|
|
COMMENT = cryptographic toolkit for Perl
|
|
DISTNAME = CryptX-0.061
|
|
CATEGORIES = security
|
|
|
|
CPAN_AUTHOR = MIK
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|