1997c75349
From Darrin Chandler
19 lines
414 B
Makefile
19 lines
414 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/15 23:29:59 merdely Exp $
|
|
|
|
COMMENT= Perl module implementing lanman and nt md4 hash functions
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-SmbHash-0.12
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= security
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|