aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-GOST_PP
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-20 15:51:00 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-20 15:51:00 +0000
commit6e9eb278e010ca2097ec67b81529f36ff974f7a6 (patch)
treecbd467c0fe1db96baabc7f967da433c4af517833 /security/p5-Crypt-GOST_PP
parent7a9dfa805e663a3b205b310043c5ebb6af2f08e5 (diff)
downloadports-6e9eb278e010ca2097ec67b81529f36ff974f7a6.tar.gz
ports-6e9eb278e010ca2097ec67b81529f36ff974f7a6.zip
Crypt::GOST_PP is a pure perl implementation of GOST, a 64-bit
symmetrical block cipher with a 256-bit key from the former Soviet Union. Please read the Pod documentation contained in the module itself for additional information, including the rationale behind the writing of this module. WWW: http://search.cpan.org/dist/Crypt-GOST_PP PR: ports/90685 Submitted by: Gabor Kovesdan
Notes
Notes: svn path=/head/; revision=151652
Diffstat (limited to 'security/p5-Crypt-GOST_PP')
-rw-r--r--security/p5-Crypt-GOST_PP/Makefile24
-rw-r--r--security/p5-Crypt-GOST_PP/distinfo3
-rw-r--r--security/p5-Crypt-GOST_PP/pkg-descr7
-rw-r--r--security/p5-Crypt-GOST_PP/pkg-plist5
4 files changed, 39 insertions, 0 deletions
diff --git a/security/p5-Crypt-GOST_PP/Makefile b/security/p5-Crypt-GOST_PP/Makefile
new file mode 100644
index 000000000000..ca31963d841a
--- /dev/null
+++ b/security/p5-Crypt-GOST_PP/Makefile
@@ -0,0 +1,24 @@
+# New ports collection Makefile for: p5-Crypt-GOST_PP
+# Date created: 20 Dec 2006
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Crypt-GOST_PP
+PORTVERSION= 1.10
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension for GOST Encryption Algorithm in pure Perl
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::GOST_PP.3
+
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} <= 500503
+IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
+.endif
+.include <bsd.port.post.mk>
diff --git a/security/p5-Crypt-GOST_PP/distinfo b/security/p5-Crypt-GOST_PP/distinfo
new file mode 100644
index 000000000000..ba17376e05af
--- /dev/null
+++ b/security/p5-Crypt-GOST_PP/distinfo
@@ -0,0 +1,3 @@
+MD5 (Crypt-GOST_PP-1.10.tar.gz) = 4d654c309c3ca199b7aa69151364bea6
+SHA256 (Crypt-GOST_PP-1.10.tar.gz) = 141d750efbedfe40d5b93466d2781d38c7dafbaeb87c9bf26c61deb688aac14e
+SIZE (Crypt-GOST_PP-1.10.tar.gz) = 3068
diff --git a/security/p5-Crypt-GOST_PP/pkg-descr b/security/p5-Crypt-GOST_PP/pkg-descr
new file mode 100644
index 000000000000..df46b6bb2e58
--- /dev/null
+++ b/security/p5-Crypt-GOST_PP/pkg-descr
@@ -0,0 +1,7 @@
+Crypt::GOST_PP is a pure perl implementation of GOST, a 64-bit
+symmetrical block cipher with a 256-bit key from the former Soviet
+Union. Please read the Pod documentation contained in the module
+itself for additional information, including the rationale behind
+the writing of this module.
+
+WWW: http://search.cpan.org/dist/Crypt-GOST_PP
diff --git a/security/p5-Crypt-GOST_PP/pkg-plist b/security/p5-Crypt-GOST_PP/pkg-plist
new file mode 100644
index 000000000000..25361b58dad8
--- /dev/null
+++ b/security/p5-Crypt-GOST_PP/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Crypt/GOST_PP.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST_PP/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST_PP/
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true