diff options
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/ |