diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-08 15:43:21 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-08 15:43:21 +0000 |
commit | 986beaaabc71b9e7e29e7e89e0f36405b687216f (patch) | |
tree | c92697f87b4f394d15378835e162f8a2a38284d8 /net-mgmt | |
parent | 8fac410d9ec5c59396fc8eeba9d46a13af06d8de (diff) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/mrtg/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Tie-NetAddr-IP/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index 8bb468f45863..85c1ff418272 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= david@catwhisker.org COMMENT= Set of utilities to configure and monitor wireless access points +WWW= https://ap-utils.polesye.net/ GNU_CONFIGURE= yes USES= iconv ncurses tar:bzip2 diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index a2d6b787ae9d..6b64105b967c 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \ MAINTAINER= ports@subnets.ru COMMENT= Multi-router traffic grapher +WWW= https://oss.oetiker.ch/mrtg/ LIB_DEPENDS= libgd.so:${GD_PORT} RUN_DEPENDS= p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session diff --git a/net-mgmt/p5-Tie-NetAddr-IP/Makefile b/net-mgmt/p5-Tie-NetAddr-IP/Makefile index b2bdea15e116..a9f6925ed9f4 100644 --- a/net-mgmt/p5-Tie-NetAddr-IP/Makefile +++ b/net-mgmt/p5-Tie-NetAddr-IP/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl hash implementation with subnets as keys +WWW= https://metacpan.org/release/Tie-NetAddr-IP BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-NetAddr-IP>0:net-mgmt/p5-NetAddr-IP |