diff options
Diffstat (limited to 'devel/concurrentqueue/Makefile')
-rw-r--r-- | devel/concurrentqueue/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/concurrentqueue/Makefile b/devel/concurrentqueue/Makefile index 46fb48336daf..aedaa0fc7459 100644 --- a/devel/concurrentqueue/Makefile +++ b/devel/concurrentqueue/Makefile @@ -6,6 +6,7 @@ CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Fast C++11 multi-producer multi-consumer lock-free concurrent queue +WWW= https://github.com/cameron314/concurrentqueue LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md |