c56a90df89
2008-02-16 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.pm: Bump version number to 0.20. * Socket6.pm: Make the AF_INET6 and PF_INET6 exports optional. They are exported from Socket on 5.10.0, and it contlicts with Socket6. PR: http://rt.cpan.org/Public/Bug/Display.html?id=32362 Reported by: "Shlomi Fish via RT" <bug-Socket6@rt.cpan.org> Submitted by: "KONDOU, Kazuhiro" <kazuhiro@alib.jp> 2008-01-27 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.xs, Socket6.pm: Make getaddrinfo() return the string error or the numeric value according to the context. Make getnameinfo() return error value. Export the EAI_* error constants. Submitted by: Paul LeoNerd Evans <leonerd@leonerd.org.uk> * Socket6.xs: FreeBSD 7 and later don't have KAME IPsec anymore. * Socket6.xs: gai_strerror() returns `const char *'.
25 lines
662 B
Makefile
25 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.25 2008/04/23 21:15:08 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Socket6-0.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5so6
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~umemoto/Socket6/
|
|
COMMENT= Perl5 module to support getaddrinfo() and getnameinfo()
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Socket6/.packlist
|
|
|
|
# supports IPv6 (actually, AF-independent)
|
|
BUILD_DEFS+= IPV6_READY
|
|
|
|
MAKE_ENV+= CCFLAGS="${CFLAGS} ${CPPFLAGS}"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|