freebsd-ports/security/p5-Crypt-SmbHash/Makefile
2013-08-02 18:21:05 +00:00

22 lines
431 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= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module implementing lanman and nt md4 hash functions
USES= perl5
USE_PERL5= configure
MAN3= Crypt::SmbHash.3
.include <bsd.port.mk>