diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/Makefile | 23 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Crypt-CipherSaber/pkg-plist | 3 |
6 files changed, 35 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 13ca163e5b1a..0ea429d146d6 100644 --- a/security/Makefile +++ b/security/Makefile @@ -75,6 +75,7 @@ SUBDIR += p5-Authen-Ticket SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-CBC + SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-SSLeay diff --git a/security/p5-Crypt-CipherSaber/Makefile b/security/p5-Crypt-CipherSaber/Makefile new file mode 100644 index 000000000000..2f6b50899921 --- /dev/null +++ b/security/p5-Crypt-CipherSaber/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: CipherSaber +# Date created: Wed Jan 3 16:03:49 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= CipherSaber +PORTVERSION= 0.50 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Crypt::CipherSaber.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-CipherSaber/distinfo b/security/p5-Crypt-CipherSaber/distinfo new file mode 100644 index 000000000000..8831da4d9755 --- /dev/null +++ b/security/p5-Crypt-CipherSaber/distinfo @@ -0,0 +1 @@ +MD5 (CipherSaber-0.50.tar.gz) = ebc3fbd3e7385b5f7c24de8097091533 diff --git a/security/p5-Crypt-CipherSaber/pkg-comment b/security/p5-Crypt-CipherSaber/pkg-comment new file mode 100644 index 000000000000..39cf8897de5f --- /dev/null +++ b/security/p5-Crypt-CipherSaber/pkg-comment @@ -0,0 +1 @@ +Perl module providing an OO interface to CipherSaber encryption diff --git a/security/p5-Crypt-CipherSaber/pkg-descr b/security/p5-Crypt-CipherSaber/pkg-descr new file mode 100644 index 000000000000..45ab730c7611 --- /dev/null +++ b/security/p5-Crypt-CipherSaber/pkg-descr @@ -0,0 +1,6 @@ +Crypt::CipherSaber is a Perl module providing an object oriented interface to +CipherSaber-1 and CipherSaber-2 encryption. + +Author: chromatic <chromatic@wgz.org> + +--will diff --git a/security/p5-Crypt-CipherSaber/pkg-plist b/security/p5-Crypt-CipherSaber/pkg-plist new file mode 100644 index 000000000000..9cccb654f34c --- /dev/null +++ b/security/p5-Crypt-CipherSaber/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Crypt/CipherSaber.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CipherSaber/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CipherSaber |