Skip to content

Commit

Permalink
Add Crypt::NULL 1.02.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoru6 committed Aug 6, 2005
1 parent 3c4a5a8 commit 5d115fb
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
22 changes: 22 additions & 0 deletions security/p5-Crypt-NULL/Makefile
@@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Crypt-NULL
# Date created: 2005-08-07
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#

PORTNAME= Crypt-NULL
PORTVERSION= 1.02
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-

MAINTAINER= kaoru@kaisei.org
COMMENT= Perl implementation of the NULL encryption algorithm

PERL_CONFIGURE= yes

MAN3= Crypt::NULL.3

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions security/p5-Crypt-NULL/distinfo
@@ -0,0 +1,2 @@
MD5 (Crypt-NULL-1.02.tar.gz) = 86918bc7d084be0600a26279304ed395
SIZE (Crypt-NULL-1.02.tar.gz) = 2043
8 changes: 8 additions & 0 deletions security/p5-Crypt-NULL/pkg-descr
@@ -0,0 +1,8 @@
This is Crypt::NULL. Perl module for NULL Encryption Algorithm .

The NULL Encryption Algorithm is a symmetric block cipher described in
RFC 2410 by Rob Glenn and Stephen Kent.

This module implements NULL encryption. It supports the Crypt::CBC

WWW: http://search.cpan.org/~ams/Crypt-NULL/
6 changes: 6 additions & 0 deletions security/p5-Crypt-NULL/pkg-plist
@@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/Crypt/NULL.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/NULL/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/NULL
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true

0 comments on commit 5d115fb

Please sign in to comment.