- whitespace fix

- a bit more informative comment
- standard cpan www string and me in author string

Submitted by:	sat
This commit is contained in:
Hajimu UMEMOTO 2006-06-13 16:17:15 +00:00
parent c233987745
commit 41be0767fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165319
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# New ports collection makefile for: p5-Socket6
# Date created: 24 May 2000
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $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

View File

@ -3,4 +3,5 @@ enable protocol independent programing.
If your environment supports IPv6, IPv6 related defines such as
AF_INET6 are included.
- Hajimu UMEMOTO <ume@FreeBSD.org>
Author: Hajimu UMEMOTO <ume@FreeBSD.org>
WWW: http://search.cpan.org/dist/Socket6/