diff options
author | seb <seb@pkgsrc.org> | 2002-10-20 17:45:59 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-20 17:45:59 +0000 |
commit | 0d75c1efb1e4658dd9ded4cb2bcf6f34f43a0463 (patch) | |
tree | 1a823f7ece5a3b3c8c31ceeb0570f23b6d1307cd /net/p5-Socket6 | |
parent | 7bb88e29b0985ccf438afd9fe3f3b6ba1c92b12f (diff) | |
download | pkgsrc-0d75c1efb1e4658dd9ded4cb2bcf6f34f43a0463.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'net/p5-Socket6')
-rw-r--r-- | net/p5-Socket6/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index b2e6ab00ec6..b00520600b4 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/11/26 06:50:12 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/20 17:46:01 seb Exp $ # DISTNAME= Socket6-0.08 @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html COMMENT= perl5 module to support getaddrinfo() and getnameinfo() -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Socket6/.packlist # supports IPv6 (actually, af independent) @@ -19,8 +19,5 @@ BUILD_DEFS+= USE_INET6 MAKE_ENV+= CCFLAGS="${CFLAGS} ${CPPFLAGS}" -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |