svn commit: r492676 - head/security/p5-Authen-Krb5-Simple

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 11 09:00:48 UTC 2019


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 at 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}"
 


More information about the svn-ports-all mailing list