diff options
Diffstat (limited to 'math/munkres-cpp/Makefile')
-rw-r--r-- | math/munkres-cpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/munkres-cpp/Makefile b/math/munkres-cpp/Makefile index 0b54987a2479..5a093bb78994 100644 --- a/math/munkres-cpp/Makefile +++ b/math/munkres-cpp/Makefile @@ -6,6 +6,7 @@ CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Kuhn-Munkres (Hungarian) algorithm in C++ +WWW= https://github.com/saebyn/munkres-cpp LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |