22 lines
401 B
Makefile
22 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/03/20 19:56:58 naddy Exp $
|
|
|
|
COMMENT = perl interface to the NTLM authentication mechanism
|
|
|
|
DISTNAME = NTLM-1.09
|
|
PKGNAME = p5-Authen-${DISTNAME}
|
|
CATEGORIES = security
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
CPAN_AUTHOR = NBEBOUT
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = security/p5-Digest-HMAC
|
|
|
|
MAKE_ENV = TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|