svn commit: r434583 - in head/net: openmpi openmpi2
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Feb 22 13:10:34 UTC 2017
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 at 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 at 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 \
More information about the svn-ports-all
mailing list