diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 18:18:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 18:18:33 +0000 |
commit | a6a4856dbe9f38aa07cd5a4ad51fa2253c5151d5 (patch) | |
tree | 53736077f78225b588afed0325eea4917a3f5d19 | |
parent | eaac0ade391193b117cebb2fd5325312f56eccc2 (diff) |
# - Add LICENSE
- Pass maintainership to submitter
PR: ports/189238
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=352929
-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} |