Date: Wed, 22 Feb 2017 13:10:33 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434583 - in head/net: openmpi openmpi2 Message-ID: <201702221310.v1MDAXqP069720@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Wed Feb 22 13:10:32 2017 New Revision: 434583 URL: https://svnweb.freebsd.org/changeset/ports/434583 Log: - Add LICENSE and LICENSE_FILE Reported by: Anton Shterenlikht Modified: head/net/openmpi/Makefile head/net/openmpi2/Makefile Modified: head/net/openmpi/Makefile ============================================================================== --- head/net/openmpi/Makefile Wed Feb 22 12:59:28 2017 (r434582) +++ head/net/openmpi/Makefile Wed Feb 22 13:10:32 2017 (r434583) @@ -11,6 +11,9 @@ MASTER_SITES= http://www.open-mpi.org/so MAINTAINER= danilo@FreeBSD.org COMMENT= High Performance Message Passing Library +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libhwloc.so:devel/hwloc \ libltdl.so:devel/libltdl Modified: head/net/openmpi2/Makefile ============================================================================== --- head/net/openmpi2/Makefile Wed Feb 22 12:59:28 2017 (r434582) +++ head/net/openmpi2/Makefile Wed Feb 22 13:10:32 2017 (r434583) @@ -10,6 +10,9 @@ PKGNAMESUFFIX= 2 MAINTAINER= danilo@FreeBSD.org COMMENT= High Performance Message Passing Library +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libhwloc.so:devel/hwloc \ libltdl.so:devel/libltdl \ libevent.so:devel/libevent \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702221310.v1MDAXqP069720>