a980672bd8
security/p5-Crypt-* circus.. The Crypt::CipherSaber module implements CipherSaber encryption, described at http://ciphersaber.gurus.com/. It is simple, fairly speedy, and relatively secure algorithm based on RC4.
18 lines
364 B
Makefile
18 lines
364 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/12 21:22:22 landry Exp $
|
|
|
|
COMMENT = cryptographic CipherSaber encryption
|
|
|
|
DISTNAME = Crypt-CipherSaber-1.00
|
|
CATEGORIES = security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
REGRESS_DEPENDS = ::devel/p5-Test-Warn
|
|
|
|
.include <bsd.port.mk>
|