From 5d4c126cef24b96e6fa922313b62f714ca09e47c Mon Sep 17 00:00:00 2001 From: ume Date: Tue, 13 Jun 2006 16:17:15 +0000 Subject: - whitespace fix - a bit more informative comment - standard cpan www string and me in author string Submitted by: sat --- net/p5-Socket6/Makefile | 4 ++-- net/p5-Socket6/pkg-descr | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'net') 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/ -- cgit