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/Makefile | |
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/Makefile')
-rw-r--r-- | security/p5-Crypt-SmbHash/Makefile | 22 |
1 files changed, 22 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> |