diff options
author | mat <mat@FreeBSD.org> | 2004-07-27 21:40:54 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-07-27 21:40:54 +0800 |
commit | e76fce7da61ae6716563b341c3f0f76c6287f480 (patch) | |
tree | b9e60526326a6508ce6e605871a5ce6aa5ec3511 /security/p5-Crypt-SmbHash | |
parent | ea38fc9e619913b0f96e29bf29a38351756c73ae (diff) | |
download | freebsd-ports-gnome-e76fce7da61ae6716563b341c3f0f76c6287f480.tar.gz freebsd-ports-gnome-e76fce7da61ae6716563b341c3f0f76c6287f480.tar.zst freebsd-ports-gnome-e76fce7da61ae6716563b341c3f0f76c6287f480.zip |
Add p5-Crypt-SmbHash 0.02, Perl module implementing lanman and nt md4
hash functions.
PR: ports/69640
Submitted by: Florent Thoumie <flz@xbsd.org>
Diffstat (limited to 'security/p5-Crypt-SmbHash')
-rw-r--r-- | security/p5-Crypt-SmbHash/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-SmbHash/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-SmbHash/pkg-descr | 7 | ||||
-rw-r--r-- | security/p5-Crypt-SmbHash/pkg-plist | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/security/p5-Crypt-SmbHash/Makefile b/security/p5-Crypt-SmbHash/Makefile new file mode 100644 index 000000000000..594b92fb7f24 --- /dev/null +++ b/security/p5-Crypt-SmbHash/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Crypt-SmbHash +# Date created: Jul 27 2004 +# Whom: Florent Thoumie <flz@xbsd.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-SmbHash +PORTVERSION= 0.02 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= flz@xbsd.org +COMMENT= Perl module implementing lanman and nt md4 hash functions + +PERL_CONFIGURE= yes + +MAN3= Crypt::SmbHash.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-SmbHash/distinfo b/security/p5-Crypt-SmbHash/distinfo new file mode 100644 index 000000000000..138882f8bb40 --- /dev/null +++ b/security/p5-Crypt-SmbHash/distinfo @@ -0,0 +1,2 @@ +MD5 (Crypt-SmbHash-0.02.tar.gz) = a0077b2a00b212c9fd8d22343fb338e5 +SIZE (Crypt-SmbHash-0.02.tar.gz) = 7940 diff --git a/security/p5-Crypt-SmbHash/pkg-descr b/security/p5-Crypt-SmbHash/pkg-descr new file mode 100644 index 000000000000..25f544f8cdc0 --- /dev/null +++ b/security/p5-Crypt-SmbHash/pkg-descr @@ -0,0 +1,7 @@ + +Perl implementation of lanman and nt md4 hash functions. + +WWW: http://search.cpan.org/dist/Crypt-SmbHash/ + +- Florent Thoumie +flz@xbsd.org diff --git a/security/p5-Crypt-SmbHash/pkg-plist b/security/p5-Crypt-SmbHash/pkg-plist new file mode 100644 index 000000000000..653b7f60b943 --- /dev/null +++ b/security/p5-Crypt-SmbHash/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Crypt/SmbHash.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SmbHash/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SmbHash +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true |