openbsd-ports/security/p5-Authen-NTLM/Makefile

22 lines
438 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:41:26 espie Exp $
COMMENT = perl interface to the NTLM authentication mechanism
DISTNAME = NTLM-1.08
PKGNAME = p5-Authen-${DISTNAME}
CATEGORIES = security
MAINTAINER = Ingo Schwarze <schwarze@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
CPAN_AUTHOR = NBEBOUT
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = security/p5-Digest-HMAC
MAKE_ENV = TEST_POD=1
.include <bsd.port.mk>