1234567891011121314151617 |
- # $OpenBSD: Makefile,v 1.12 2016/03/20 19:57:01 naddy Exp $
- COMMENT= Perl module implementing lanman and nt md4 hash functions
- MODULES= cpan
- PKG_ARCH= *
- DISTNAME= Crypt-SmbHash-0.12
- REVISION= 3
- CATEGORIES= security
- # same license as perl
- PERMIT_PACKAGE_CDROM= Yes
- RUN_DEPENDS= security/p5-Digest-MD4
- .include <bsd.port.mk>
|