2013-09-11 19:07:20 +02:00
|
|
|
# Created by: James Thomason <james@divide.org>
|
2006-06-08 11:44:48 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-07-28 09:00:28 +02:00
|
|
|
PORTNAME= Authen-NTLM
|
2011-10-08 21:15:53 +02:00
|
|
|
PORTVERSION= 1.09
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-06-08 11:44:48 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-08 11:44:48 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2011-07-28 09:00:28 +02:00
|
|
|
DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION}
|
2006-06-08 11:44:48 +02:00
|
|
|
|
|
|
|
MAINTAINER= james@divide.org
|
2014-01-30 10:08:26 +01:00
|
|
|
COMMENT= Perl5 NTLM authentication module
|
2006-06-08 11:44:48 +02:00
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2017-05-31 19:29:59 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC
|
|
|
|
RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC
|
2006-06-08 11:44:48 +02:00
|
|
|
|
2017-01-20 12:19:40 +01:00
|
|
|
NO_ARCH= yes
|
2013-09-11 19:07:20 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-06-08 11:44:48 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|