diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2017-02-22 13:10:32 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2017-02-22 13:10:32 +0000 |
commit | f29d4cec3cbc1982f1931aba8e92431df4dec037 (patch) | |
tree | ae097fc4652ab9e078c9429cf0a581a7f8ab4aaf /net/openmpi2 | |
parent | Remove useless dependency on GNU make (diff) |
- Add LICENSE and LICENSE_FILE
Reported by: Anton Shterenlikht
Diffstat (limited to 'net/openmpi2')
-rw-r--r-- | net/openmpi2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |