e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
23 lines
636 B
Makefile
23 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/06/02 01:17:48 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= Socket6-0.08
|
|
PKGNAME= p5-Socket6-0.08
|
|
SVR4_PKGNAME= p5so6
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/}
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
|
|
COMMENT= perl5 module to support getaddrinfo() and getnameinfo()
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Socket6/.packlist
|
|
|
|
# supports IPv6 (actually, af independent)
|
|
BUILD_DEFS+= USE_INET6
|
|
|
|
MAKE_ENV+= CCFLAGS="${CFLAGS} ${CPPFLAGS}"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|