aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-ManberHash
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-17 21:46:44 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-17 21:46:44 +0000
commit7851a6d3757b5e95df26f44b4c344235e75d053c (patch)
tree639049d127cdaef7282d7483462a76ad8632dacd /security/p5-Digest-ManberHash
parent0e5ac9c4a863f0af37ebc90bdb6e9e77659b5bd0 (diff)
downloadports-7851a6d3757b5e95df26f44b4c344235e75d053c.tar.gz
ports-7851a6d3757b5e95df26f44b4c344235e75d053c.zip
Notes
Diffstat (limited to 'security/p5-Digest-ManberHash')
-rw-r--r--security/p5-Digest-ManberHash/Makefile24
-rw-r--r--security/p5-Digest-ManberHash/distinfo3
-rw-r--r--security/p5-Digest-ManberHash/pkg-descr3
-rw-r--r--security/p5-Digest-ManberHash/pkg-plist7
4 files changed, 37 insertions, 0 deletions
diff --git a/security/p5-Digest-ManberHash/Makefile b/security/p5-Digest-ManberHash/Makefile
new file mode 100644
index 000000000000..80438a5c276f
--- /dev/null
+++ b/security/p5-Digest-ManberHash/Makefile
@@ -0,0 +1,24 @@
+# Ports collection Makefile for: p5-Digest-ManberHash
+# Date created: 17 Dec 2005
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Digest-ManberHash
+PORTVERSION= 0.7
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Digest
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension for ManberHash hash algorithm
+
+PERL_CONFIGURE= yes
+
+MAN3= Digest::ManberHash.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-Digest-ManberHash/distinfo b/security/p5-Digest-ManberHash/distinfo
new file mode 100644
index 000000000000..186a983c2202
--- /dev/null
+++ b/security/p5-Digest-ManberHash/distinfo
@@ -0,0 +1,3 @@
+MD5 (Digest-ManberHash-0.7.tar.gz) = 38bfb1d9648752d5fa571e5ac61595cd
+SHA256 (Digest-ManberHash-0.7.tar.gz) = 3f2b22c281b2b42646c301ec54140fe45d9913597e1a34cb46855735c29f411c
+SIZE (Digest-ManberHash-0.7.tar.gz) = 3534
diff --git a/security/p5-Digest-ManberHash/pkg-descr b/security/p5-Digest-ManberHash/pkg-descr
new file mode 100644
index 000000000000..2e45622bc8dd
--- /dev/null
+++ b/security/p5-Digest-ManberHash/pkg-descr
@@ -0,0 +1,3 @@
+Digest::ManberHash - a Perl package to calculate Manber Hashes
+
+WWW: http://search.cpan.org/dist/Digest-ManberHash
diff --git a/security/p5-Digest-ManberHash/pkg-plist b/security/p5-Digest-ManberHash/pkg-plist
new file mode 100644
index 000000000000..e85f4b56da81
--- /dev/null
+++ b/security/p5-Digest-ManberHash/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Digest/ManberHash.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/ManberHash.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/ManberHash.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest/ 2>/dev/null || true