From f5051fb8b7ee4c84ef880ad6d113752cb0f320d0 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 15 Sep 2014 18:13:44 +0000 Subject: - Add LICENSE - Fix WWW Approved by: portmgr (blanket) --- net/p5-IO-Socket-INET6/Makefile | 3 +++ net/p5-IO-Socket-INET6/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile index 9e7a77172d13..37d58a85f0bf 100644 --- a/net/p5-IO-Socket-INET6/Makefile +++ b/net/p5-IO-Socket-INET6/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= jmohacsi@bsd.hu COMMENT= Perl module with object interface to AF_INET6 domain sockets +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS= p5-Socket6>=0.12:${PORTSDIR}/net/p5-Socket6 diff --git a/net/p5-IO-Socket-INET6/pkg-descr b/net/p5-IO-Socket-INET6/pkg-descr index 714ad2896191..33675e0f3219 100644 --- a/net/p5-IO-Socket-INET6/pkg-descr +++ b/net/p5-IO-Socket-INET6/pkg-descr @@ -4,4 +4,4 @@ inherits all the methods defined by IO::Socket. As a consequence, this module is protocol independent, it can run both IPv6 & IPv4, when DNS names are passed. -WWW: http://search.cpan.org/dist/IO-INET6/ +WWW: http://search.cpan.org/dist/IO-Socket-INET6/ -- cgit