diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-04 02:18:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-04 02:18:33 +0800 |
commit | a2fca765d1d3ec60ea740cd87807a2d6c05c7401 (patch) | |
tree | 53736077f78225b588afed0325eea4917a3f5d19 /net | |
parent | 0b4a3108863e5dfe64143434e1a0b2b4727622e0 (diff) | |
download | freebsd-ports-gnome-a2fca765d1d3ec60ea740cd87807a2d6c05c7401.tar.gz freebsd-ports-gnome-a2fca765d1d3ec60ea740cd87807a2d6c05c7401.tar.zst freebsd-ports-gnome-a2fca765d1d3ec60ea740cd87807a2d6c05c7401.zip |
# - Add LICENSE
- Pass maintainership to submitter
PR: ports/189238
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Traceroute6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Traceroute6/Makefile b/net/p5-Net-Traceroute6/Makefile index 050e38b57a5e..b0f6fec80290 100644 --- a/net/p5-Net-Traceroute6/Makefile +++ b/net/p5-Net-Traceroute6/Makefile @@ -8,9 +8,11 @@ CATEGORIES= net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module to parse traceroute6(8) output +LICENSE= MIT + BUILD_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} |