svn commit: r475512 - head/security/p5-Crypt-Blowfish

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jul 28 09:07:53 UTC 2018


Author: amdmi3
Date: Sat Jul 28 09:07:52 2018
New Revision: 475512
URL: https://svnweb.freebsd.org/changeset/ports/475512

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/security/p5-Crypt-Blowfish/Makefile

Modified: head/security/p5-Crypt-Blowfish/Makefile
==============================================================================
--- head/security/p5-Crypt-Blowfish/Makefile	Sat Jul 28 08:59:25 2018	(r475511)
+++ head/security/p5-Crypt-Blowfish/Makefile	Sat Jul 28 09:07:52 2018	(r475512)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl5 interface to the Blowfish encryption alogorithm
 
+LICENSE=	BSD4CLAUSE  # w/o 3'th clause
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+
 BUILD_DEPENDS=	p5-Crypt-CBC>=0:security/p5-Crypt-CBC
 
 WRKSRC=		${WRKDIR}/${DISTNAME:C/a$//}


More information about the svn-ports-all mailing list