svn commit: r517436 - head/security/p5-PBKDF2-Tiny

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 13 23:33:34 UTC 2019


Author: sunpoet
Date: Wed Nov 13 23:33:30 2019
New Revision: 517436
URL: https://svnweb.freebsd.org/changeset/ports/517436

Log:
  Add LICENSE_FILE

Modified:
  head/security/p5-PBKDF2-Tiny/Makefile

Modified: head/security/p5-PBKDF2-Tiny/Makefile
==============================================================================
--- head/security/p5-PBKDF2-Tiny/Makefile	Wed Nov 13 23:33:25 2019	(r517435)
+++ head/security/p5-PBKDF2-Tiny/Makefile	Wed Nov 13 23:33:30 2019	(r517436)
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list