summaryrefslogtreecommitdiff
path: root/net/p5-Socket6/Makefile
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-08-17 18:44:13 +0000
committerhe <he@pkgsrc.org>2008-08-17 18:44:13 +0000
commit97bf3e322375cfe77a534f73a92f4150ac382547 (patch)
tree5910717a5e441f6028687155be6ac3fdd52447e2 /net/p5-Socket6/Makefile
parent4ed0bbd99cac2909e0f1ffc718b12ef17101ffa8 (diff)
downloadpkgsrc-97bf3e322375cfe77a534f73a92f4150ac382547.tar.gz
Update from version 0.20 to 0.21.
Pkgsrc changes: o Canonicalize HOMEPAGE o Add USE_LANGUAGES=c Upstream changes: 2008-08-17 Hajimu UMEMOTO <ume@mahoroba.org> * Socket6.pm: Bump version number to 0.21. * Socket6.xs: Make it buildable on the following environment by defining WINVER as 0x0501: - Windows XP SP3 - ActivePerl-5.10.0.1003-MSWin32-x86-285500 - MinGW-5.1.4 - nmake 9.00.21022.08 (shipped with VisualStudio 2008 Express) Submitted by: "IWAMURO Motonori" <vmi@nifty.com>
Diffstat (limited to 'net/p5-Socket6/Makefile')
-rw-r--r--net/p5-Socket6/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile
index 86dc4f415ab..b700c02f618 100644
--- a/net/p5-Socket6/Makefile
+++ b/net/p5-Socket6/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.25 2008/04/23 21:15:08 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2008/08/17 18:44:13 he Exp $
#
-DISTNAME= Socket6-0.20
+DISTNAME= Socket6-0.21
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/
+HOMEPAGE= http://search.cpan.org/dist/Socket6/
COMMENT= Perl5 module to support getaddrinfo() and getnameinfo()
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -19,6 +19,7 @@ PERL5_PACKLIST= auto/Socket6/.packlist
# supports IPv6 (actually, AF-independent)
BUILD_DEFS+= IPV6_READY
+USE_LANGUAGES= c
MAKE_ENV+= CCFLAGS="${CFLAGS} ${CPPFLAGS}"
.include "../../lang/perl5/module.mk"