Upstream changes: 2018-09-30 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.pm: Bump version number to 0.29. * Socket6.xs: Updates the tests for handling the correct headers on NetBSD and DragonFly BSD. Submitted by: Sevan Janiyan <venture37 [...] geeklan.co.uk>
28 lines
715 B
Makefile
28 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.47 2018/10/20 13:49:50 wen Exp $
|
|
|
|
DISTNAME= Socket6-0.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Socket6/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Socket6/
|
|
COMMENT= Perl5 module to support getaddrinfo() and getnameinfo()
|
|
LICENSE= modified-bsd
|
|
|
|
PERL5_PACKLIST= auto/Socket6/.packlist
|
|
|
|
# supports IPv6 (actually, AF-independent)
|
|
BUILD_DEFS+= IPV6_READY
|
|
|
|
USE_LANGUAGES= c
|
|
MAKE_ENV+= CCFLAGS="${CFLAGS} ${CPPFLAGS}"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "AIX" && ${PKGSRC_COMPILER} == "xlc"
|
|
MAKE_ENV+= CC="cc_r"
|
|
.endif
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|