Makefile 328 B

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