diff options
author | ume <ume@FreeBSD.org> | 2006-06-14 00:17:15 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-06-14 00:17:15 +0800 |
commit | 5d4c126cef24b96e6fa922313b62f714ca09e47c (patch) | |
tree | 1fe348a99fb105f4deb7aea96046ffc208c30641 /net | |
parent | 1b9eeec8f2ffb00e10078df65fe3f91ea4d4cbd8 (diff) | |
download | freebsd-ports-gnome-5d4c126cef24b96e6fa922313b62f714ca09e47c.tar.gz freebsd-ports-gnome-5d4c126cef24b96e6fa922313b62f714ca09e47c.tar.zst freebsd-ports-gnome-5d4c126cef24b96e6fa922313b62f714ca09e47c.zip |
- whitespace fix
- a bit more informative comment
- standard cpan www string and me in author string
Submitted by: sat
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Socket6/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Socket6/pkg-descr | 3 |
2 files changed, 4 insertions, 3 deletions
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 <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 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 <ume@FreeBSD.org> +Author: Hajimu UMEMOTO <ume@FreeBSD.org> +WWW: http://search.cpan.org/dist/Socket6/ |