diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-05-19 09:32:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-05-19 09:32:44 +0000 |
commit | 9e5fb9609e6c5fa04b6994f3c10042938229d19f (patch) | |
tree | 6c957d585a3c876f5474be87a45540eee4b4beca /dns/whoseip | |
parent | 04e5efadf30feed921adb067ea2cd44bfc83b602 (diff) | |
download | freebsd-ports-9e5fb9609e6c5fa04b6994f3c10042938229d19f.zip |
- Fix LICENSE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'dns/whoseip')
-rw-r--r-- | dns/whoseip/Makefile | 3 | ||||
-rw-r--r-- | dns/whoseip/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/whoseip/Makefile b/dns/whoseip/Makefile index e0beeda6a3de..baa2bd90718f 100644 --- a/dns/whoseip/Makefile +++ b/dns/whoseip/Makefile @@ -10,12 +10,13 @@ MASTER_SITES= ftp://download.gnu.org.ua/pub/release/dnstools/ \ MAINTAINER= danfe@FreeBSD.org COMMENT= Get information about IP addresses: country code and network -LICENSE= GPLv3 +LICENSE= GPLv3+ RUN_DEPENDS= p5-Net-CIDR>0:net-mgmt/p5-Net-CIDR \ p5-Data-UUID>0:devel/p5-Data-UUID USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> diff --git a/dns/whoseip/pkg-descr b/dns/whoseip/pkg-descr index 60c01183ac11..a0da684ed01f 100644 --- a/dns/whoseip/pkg-descr +++ b/dns/whoseip/pkg-descr @@ -4,4 +4,4 @@ they belong to. It is part of dnstools, a set of utilities for DNS management and related tasks. -WWW: http://www.gnu.org.ua/software/dnstools/whoseip.html +WWW: http://man.gnu.org.ua/manpage/?1+whoseip |