diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:25:39 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:25:39 +0000 |
commit | 8895a309a225e31ccab814abd3c08b9dda205eb4 (patch) | |
tree | 83a0c6f092898c4478bedc4690a43876a2e231b9 /security/p5-Crypt-CipherSaber | |
parent | 48d32e1fe63f0891ac6916fb447a7cad94c5ee77 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-CipherSaber')
-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 |
5 files changed, 34 insertions, 0 deletions
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 |