svn commit: r410557 - head/security/p5-Digest-Bcrypt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 7 20:13:00 UTC 2016


Author: sunpoet
Date: Mon Mar  7 20:12:58 2016
New Revision: 410557
URL: https://svnweb.freebsd.org/changeset/ports/410557

Log:
  - Fix LICENSE
  - Add LICENSE_FILE

Modified:
  head/security/p5-Digest-Bcrypt/Makefile

Modified: head/security/p5-Digest-Bcrypt/Makefile
==============================================================================
--- head/security/p5-Digest-Bcrypt/Makefile	Mon Mar  7 20:12:54 2016	(r410556)
+++ head/security/p5-Digest-Bcrypt/Makefile	Mon Mar  7 20:12:58 2016	(r410557)
@@ -10,7 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl interface to the bcrypt digest algorithm
 
-LICENSE=	ART10
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-head mailing list