Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2019 09:00:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492676 - head/security/p5-Authen-Krb5-Simple
Message-ID:  <201902110900.x1B90lUG031876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 11 09:00:47 2019
New Revision: 492676
URL: https://svnweb.freebsd.org/changeset/ports/492676

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Add missing USES=ssl
  
  Approved by:	portmgr blanket

Modified:
  head/security/p5-Authen-Krb5-Simple/Makefile

Modified: head/security/p5-Authen-Krb5-Simple/Makefile
==============================================================================
--- head/security/p5-Authen-Krb5-Simple/Makefile	Mon Feb 11 08:59:01 2019	(r492675)
+++ head/security/p5-Authen-Krb5-Simple/Makefile	Mon Feb 11 09:00:47 2019	(r492676)
@@ -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}"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902110900.x1B90lUG031876>