aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Shark
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-Shark')
-rw-r--r--security/p5-Crypt-Shark/Makefile24
-rw-r--r--security/p5-Crypt-Shark/distinfo3
-rw-r--r--security/p5-Crypt-Shark/pkg-descr5
-rw-r--r--security/p5-Crypt-Shark/pkg-plist7
4 files changed, 39 insertions, 0 deletions
diff --git a/security/p5-Crypt-Shark/Makefile b/security/p5-Crypt-Shark/Makefile
new file mode 100644
index 00000000000..8d3548140cb
--- /dev/null
+++ b/security/p5-Crypt-Shark/Makefile
@@ -0,0 +1,24 @@
+# New ports collection Makefile for: p5-Crypt-Shark
+# Date created: 20 Dec 2006
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Crypt-Shark
+PORTVERSION= 1.0.1
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension for Shark block cipher
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::Shark.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-Shark/distinfo b/security/p5-Crypt-Shark/distinfo
new file mode 100644
index 00000000000..ffb05107347
--- /dev/null
+++ b/security/p5-Crypt-Shark/distinfo
@@ -0,0 +1,3 @@
+MD5 (Crypt-Shark-1.0.1.tar.gz) = ffd5b13f3f7f45da445af354f8013d6d
+SHA256 (Crypt-Shark-1.0.1.tar.gz) = c84de9396446a4f41afaeecffe380ad2bc568fc6e28bc9741647d7e7ef73faf2
+SIZE (Crypt-Shark-1.0.1.tar.gz) = 82403
diff --git a/security/p5-Crypt-Shark/pkg-descr b/security/p5-Crypt-Shark/pkg-descr
new file mode 100644
index 00000000000..869bdb2f6ad
--- /dev/null
+++ b/security/p5-Crypt-Shark/pkg-descr
@@ -0,0 +1,5 @@
+Shark is 64-bit block cipher that accepts a 128-bit key. It was
+designed by Vincent Rijmen, Joan Daemen, Bart Preneel, Antoon
+Bosselaers, and Erik De Win.
+
+WWW: http://search.cpan.org/dist/Crypt-Shark
diff --git a/security/p5-Crypt-Shark/pkg-plist b/security/p5-Crypt-Shark/pkg-plist
new file mode 100644
index 00000000000..67c5e23faff
--- /dev/null
+++ b/security/p5-Crypt-Shark/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Shark.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/Shark.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/Shark.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/
+@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