diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-01 01:29:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-01 01:29:59 +0800 |
commit | e564bb3933d6ae0834a24ab71c1b4942c0fd2e12 (patch) | |
tree | d3de20757e22d05e59f83264de1a94dc10be767f /security | |
parent | e159151f07dfef7f13fe601fc266223030e3b601 (diff) | |
download | freebsd-ports-gnome-e564bb3933d6ae0834a24ab71c1b4942c0fd2e12.tar.gz freebsd-ports-gnome-e564bb3933d6ae0834a24ab71c1b4942c0fd2e12.tar.zst freebsd-ports-gnome-e564bb3933d6ae0834a24ab71c1b4942c0fd2e12.zip |
Add LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-NTLM/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index e22493aa4770..7601e9c04c09 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION} MAINTAINER= james@divide.org COMMENT= Perl5 NTLM authentication module +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC |