1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/security/p5-Crypt-SmbHash/Makefile
Mathieu Arnold 8affb349cf 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>
2004-07-27 13:40:54 +00:00

23 lines
458 B
Makefile

# 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>