summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/openmpi/Makefile3
-rw-r--r--net/openmpi2/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index eee2bb0fa88b..9b68b971f1e2 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -11,6 +11,9 @@ MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/
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
diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile
index 36f6932cea92..36df324156eb 100644
--- a/net/openmpi2/Makefile
+++ b/net/openmpi2/Makefile
@@ -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 \