svn commit: r393441 - head/devel/tokamak

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Aug 2 20:03:42 UTC 2015


Author: amdmi3
Date: Sun Aug  2 20:03:40 2015
New Revision: 393441
URL: https://svnweb.freebsd.org/changeset/ports/393441

Log:
  - Add LICENSE

Modified:
  head/devel/tokamak/Makefile

Modified: head/devel/tokamak/Makefile
==============================================================================
--- head/devel/tokamak/Makefile	Sun Aug  2 19:39:09 2015	(r393440)
+++ head/devel/tokamak/Makefile	Sun Aug  2 20:03:40 2015	(r393441)
@@ -10,6 +10,10 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	High performance real-time physics library
 
+LICENSE=	BSD3CLAUSE ZLIB
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/license.txt # not actually used by ports framework
+
 USES=		gmake zip:infozip dos2unix
 DOS2UNIX_FILES=	build/gnu/tokamak.make
 


More information about the svn-ports-all mailing list