diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-11 17:00:47 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-02-11 17:00:47 +0800 |
commit | 358ea8c3dfc739210fee932602d893f0b7d62402 (patch) | |
tree | 861f9fe689bb734c8f475e4f34d2f62a77586cbf | |
parent | bddf06f40587b9564591474b6c633900a9d66789 (diff) | |
download | freebsd-ports-gnome-358ea8c3dfc739210fee932602d893f0b7d62402.tar.gz freebsd-ports-gnome-358ea8c3dfc739210fee932602d893f0b7d62402.tar.zst freebsd-ports-gnome-358ea8c3dfc739210fee932602d893f0b7d62402.zip |
- Add LICENSE
- Add NO_ARCH
- Add missing USES=ssl
Approved by: portmgr blanket
-rw-r--r-- | security/p5-Authen-Krb5-Simple/Makefile | 5 |
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}" |