diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 563f2ebe0f39..ec4865c251ad 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-Socket6 # Date created: 24 May 2000 -# Whom: Hajimu UMEMOTO +# Whom: Hajimu UMEMOTO # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Socket6 PKGNAMEPREFIX= p5- MAINTAINER= ume@FreeBSD.org -COMMENT= Perl module to support getaddrinfo() and getnameinfo() +COMMENT= IPv6 related part of the C socket.h defines and structure manipulators PERL_CONFIGURE= yes diff --git a/net/p5-Socket6/pkg-descr b/net/p5-Socket6/pkg-descr index 3e2060676173..d333ec600da0 100644 --- a/net/p5-Socket6/pkg-descr +++ b/net/p5-Socket6/pkg-descr @@ -3,4 +3,5 @@ enable protocol independent programing. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included. -- Hajimu UMEMOTO +Author: Hajimu UMEMOTO +WWW: http://search.cpan.org/dist/Socket6/