aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-NTLM/Makefile
blob: b260daa4da9fc1660e7a1eb02d1891aefbae4b8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:   p5-Authen-NTLM
# Date created:                        June 07 2006
# Whom:                                James Thomason <james@divide.org>
#
#
# $FreeBSD$

PORTNAME=   Authen-NTLM
PORTVERSION=    1.08
PORTREVISION=   1
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME:C/.*-//}-${PORTVERSION}

MAINTAINER= james@divide.org
COMMENT=    An NTLM authentication module

RUN_DEPENDS=    p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC

PERL_CONFIGURE= yes

MAN3=       Authen::NTLM.3

.include <bsd.port.mk>