1.00 Tue Jul 12 23:45:00 UTC 2005 - migrated to Build.PL - added POD, POD coverage, and signature tests - generated traditional Makefile.PL - bumped up version number - ported tests to Test::Simple - bumped up test coverage - updated README 0.61 Sat May 25 17:31:52 UTC 2002 - avoid uninitialized value warnings in fh_crypt() Thu May 10 2001 - fixed _gen_iv() to generate 255 characters (thanks to John Wiersba) Sun Apr 29 2001 - added license/copyright information to the pod in the module itself
17 lines
481 B
Makefile
17 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.7 2007/02/27 09:07:04 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Crypt-CipherSaber-1.00
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ccs
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/CipherSaber/
|
|
COMMENT= Perl5 module for the CipherSaber encryptions
|
|
|
|
PERL5_PACKLIST= auto/Crypt/CipherSaber/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|