svn commit: r493708 - head/security/pam_krb5

Cy Schubert cy at FreeBSD.org
Sat Feb 23 16:46:28 UTC 2019


Author: cy
Date: Sat Feb 23 16:46:27 2019
New Revision: 493708
URL: https://svnweb.freebsd.org/changeset/ports/493708

Log:
  Add LICENSE details.
  
  Submitted by:		woodsb02@
  Reviewed by:		mat@
  Differential Revision:	https://reviews.freebsd.org/D19207

Modified:
  head/security/pam_krb5/Makefile   (contents, props changed)

Modified: head/security/pam_krb5/Makefile
==============================================================================
--- head/security/pam_krb5/Makefile	Sat Feb 23 16:44:43 2019	(r493707)
+++ head/security/pam_krb5/Makefile	Sat Feb 23 16:46:27 2019	(r493708)
@@ -13,6 +13,9 @@ MAINTAINER=		cy at FreeBSD.org
 COMMENT=		Pluggable Authentication Module for Kerberos 5
 
 CONFLICTS=		pam_krb5-rh-2.*
+LICENSE=		BSD3CLAUSE GPLv1+
+LICENSE_COMB=		dual
+LICENSE_FILE=		${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=		yes
 INSTALL_TARGET=		install-strip


More information about the svn-ports-head mailing list