summaryrefslogtreecommitdiff
path: root/net/p5-IO-Socket-Multicast
diff options
context:
space:
mode:
authorseb <seb>2002-10-20 17:45:59 +0000
committerseb <seb>2002-10-20 17:45:59 +0000
commit60a363d0a3e83e1f8970d7f331742de268a5d7e0 (patch)
tree1a823f7ece5a3b3c8c31ceeb0570f23b6d1307cd /net/p5-IO-Socket-Multicast
parent830960e0aebcd9773c9ec5627d3899e9079532e5 (diff)
downloadpkgsrc-60a363d0a3e83e1f8970d7f331742de268a5d7e0.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'net/p5-IO-Socket-Multicast')
-rw-r--r--net/p5-IO-Socket-Multicast/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile
index c36b4f1bc8c..178979f93c3 100644
--- a/net/p5-IO-Socket-Multicast/Makefile
+++ b/net/p5-IO-Socket-Multicast/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/15 12:19:02 he Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/20 17:46:05 seb Exp $
#
DISTNAME= IO-Socket-Multicast-0.25
@@ -12,11 +12,8 @@ COMMENT= IO::Socket::Multicast - perl multicast socket IO
DEPENDS+= p5-IO-Interface>=0.94:../../net/p5-IO-Interface
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Socket/Multicast/.packlist
-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"