svn commit: r497690 - head/security/p5-Authen-Smb

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 3 09:01:12 UTC 2019


Author: amdmi3
Date: Wed Apr  3 09:01:11 2019
New Revision: 497690
URL: https://svnweb.freebsd.org/changeset/ports/497690

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/security/p5-Authen-Smb/Makefile

Modified: head/security/p5-Authen-Smb/Makefile
==============================================================================
--- head/security/p5-Authen-Smb/Makefile	Wed Apr  3 08:54:24 2019	(r497689)
+++ head/security/p5-Authen-Smb/Makefile	Wed Apr  3 09:01:11 2019	(r497690)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ma499 at doc.ic.ac.uk
 COMMENT=	Perl extension to authenticate against an SMB server
 
+LICENSE=	GPLv2+ NONE  # perl code has no license defined
+LICENSE_COMB=	multi
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list