aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Krb5-Simple
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-11 09:00:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-11 09:00:47 +0000
commit358ea8c3dfc739210fee932602d893f0b7d62402 (patch)
tree861f9fe689bb734c8f475e4f34d2f62a77586cbf /security/p5-Authen-Krb5-Simple
parentbddf06f40587b9564591474b6c633900a9d66789 (diff)
downloadports-358ea8c3dfc739210fee932602d893f0b7d62402.tar.gz
ports-358ea8c3dfc739210fee932602d893f0b7d62402.zip
- Add LICENSE
- Add NO_ARCH - Add missing USES=ssl Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=492676
Diffstat (limited to 'security/p5-Authen-Krb5-Simple')
-rw-r--r--security/p5-Authen-Krb5-Simple/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Authen-Krb5-Simple/Makefile b/security/p5-Authen-Krb5-Simple/Makefile
index f7071ffb17ed..0e9d4a6c24bd 100644
--- a/security/p5-Authen-Krb5-Simple/Makefile
+++ b/security/p5-Authen-Krb5-Simple/Makefile
@@ -9,7 +9,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= hrs@FreeBSD.org
COMMENT= User/password authentication using Kerberose 5
-USES= perl5
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
+USES= perl5 ssl
USE_PERL5= configure
CONFIGURE_ENV= GSSAPIBASEDIR="${GSSAPIBASEDIR}"