openbsd-ports/security/p5-Crypt-SmbHash/Makefile
kevlo d69664e737 Initial import of Crypt-SmbHash 0.12
This module provides functions to generate LM/NT hashes used in Samba's
'password' files, like smbpasswd.
2005-09-08 02:45:31 +00:00

22 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/09/08 02:45:31 kevlo Exp $
COMMENT= "Perl module implementing lanman and nt md4 hash functions"
DISTNAME= Crypt-SmbHash-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# same license as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>