freebsd-ports/security/p5-Authen-NTLM/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

21 lines
471 B
Makefile

# Created by: James Thomason <james@divide.org>
# $FreeBSD$
PORTNAME= Authen-NTLM
PORTVERSION= 1.09
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION}
MAINTAINER= james@divide.org
COMMENT= Perl5 NTLM authentication module
BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC
RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>