mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
6211c90bbb
- Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/NTLM/Changes PR: ports/160845 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days)
26 lines
620 B
Makefile
26 lines
620 B
Makefile
# 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.09
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION}
|
|
|
|
MAINTAINER= james@divide.org
|
|
COMMENT= An NTLM authentication module
|
|
|
|
BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
|
|
RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Authen::NTLM.3
|
|
|
|
.include <bsd.port.mk>
|