diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 08:48:42 +0000 |
commit | a6b899ed6eecbbdef1e6384469988864875a97f8 (patch) | |
tree | b8bd6b090b9e200682f69e0407af1a8b898dee7a /net | |
parent | 77d20aabe596e248981a7f19f0c04aebe1838530 (diff) | |
download | freebsd-ports-a6b899ed6eecbbdef1e6384469988864875a97f8.zip |
- Add LICENSE
- Use single space after WWW:
- Pass maintainership to submitter
PR: ports/189260
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-IO-Socket-Multicast6/Makefile | 5 | ||||
-rw-r--r-- | net/p5-IO-Socket-Multicast6/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/p5-IO-Socket-Multicast6/Makefile b/net/p5-IO-Socket-Multicast6/Makefile index fca50833fb9d..a2e9fafa40a4 100644 --- a/net/p5-IO-Socket-Multicast6/Makefile +++ b/net/p5-IO-Socket-Multicast6/Makefile @@ -8,9 +8,12 @@ CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Send and receive IPv4 and IPv6 multicast messages +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-IO-Interface>=1.01:${PORTSDIR}/net/p5-IO-Interface \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-Socket-Multicast6>=0.01:${PORTSDIR}/net/p5-Socket-Multicast6 \ diff --git a/net/p5-IO-Socket-Multicast6/pkg-descr b/net/p5-IO-Socket-Multicast6/pkg-descr index ccb627aee090..7f6510ac9d06 100644 --- a/net/p5-IO-Socket-Multicast6/pkg-descr +++ b/net/p5-IO-Socket-Multicast6/pkg-descr @@ -7,4 +7,4 @@ This module uses the same API as IO::Socket::Multicast, but with added support for IPv6 (IPv4 is still supported). Unlike IO::Socket::Multicast, this is a pure-perl module. -WWW: http://search.cpan.org/dist/IO-Socket-Multicast6/ +WWW: http://search.cpan.org/dist/IO-Socket-Multicast6/ |