0d0a522460
This module supports getaddrinfo() and getnameinfo() to intend to enable protocol independent programing. IPv6 related defines such as AF_INET6 are also included. Fixes and OK sturm@
27 lines
602 B
Makefile
27 lines
602 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/31 02:12:49 djm Exp $
|
|
|
|
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
|
|
|
COMMENT= "Perl defines relating to AF_INET6 sockets"
|
|
|
|
DISTNAME= Socket6-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net devel perl5
|
|
|
|
HOMEPAGE= http://search.cpan.org/~umemoto/Socket6-0.17/
|
|
|
|
MAINTAINER= Damien Miller <djm@openbsd.org>
|
|
|
|
# 3-term BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
CONFIGURE_ARGS+=CC="${CC}" CCFLAGS="${CFLAGS}" OPTIMIZE=" "
|
|
|
|
.include <bsd.port.mk>
|