c78f797bc8
flz@FreeBSD.org. Approved by: pav (mentor)
22 lines
461 B
Makefile
22 lines
461 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.12
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= flz@FreeBSD.org
|
|
COMMENT= Perl module implementing lanman and nt md4 hash functions
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::SmbHash.3
|
|
|
|
.include <bsd.port.mk>
|