mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
This Perl5 module supports getaddrinfo() and getnameinfo() to
intend to enable protocol independent programing. If your environment supports IPv6, IPv6 related defines such as AF_INET6 are included.
This commit is contained in:
parent
6e8964da1e
commit
10c3a2ce04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28737
23
net/p5-Socket6/Makefile
Normal file
23
net/p5-Socket6/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-Socket6
|
||||
# Date created: 24 May 2000
|
||||
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Socket6
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= net perl5 ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Socket6
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Socket6/distinfo
Normal file
1
net/p5-Socket6/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Socket6-0.06.tar.gz) = 52aebb6a8303be1e7da1f591a23976e3
|
1
net/p5-Socket6/pkg-comment
Normal file
1
net/p5-Socket6/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
This module supports getaddrinfo() and getnameinfo().
|
6
net/p5-Socket6/pkg-descr
Normal file
6
net/p5-Socket6/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This module supports getaddrinfo() and getnameinfo() to intend to
|
||||
enable protocol independent programing.
|
||||
If your environment supports IPv6, IPv6 related defines such as
|
||||
AF_INET6 are included.
|
||||
|
||||
- Hajimu UMEMOTO <ume@FreeBSD.org>
|
5
net/p5-Socket6/pkg-plist
Normal file
5
net/p5-Socket6/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Socket6.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket6/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket6/Socket6.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket6/Socket6.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Socket6
|
Loading…
Reference in New Issue
Block a user