summaryrefslogtreecommitdiff
path: root/net/p5-IO-Interface
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-10-06 22:31:03 +0000
committerseb <seb@pkgsrc.org>2002-10-06 22:31:03 +0000
commit9e04fbd4b51f763244ca5d4edbce6eb69b00e851 (patch)
tree9a6194f2110601dd0bd9dbb6ab299b781f427625 /net/p5-IO-Interface
parent8aa2719201cf34f69e6350dc74a5b3f13f05d796 (diff)
downloadpkgsrc-9e04fbd4b51f763244ca5d4edbce6eb69b00e851.tar.gz
Convert to buildlink2. Use perl5/module.mk.
Diffstat (limited to 'net/p5-IO-Interface')
-rw-r--r--net/p5-IO-Interface/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-IO-Interface/Makefile b/net/p5-IO-Interface/Makefile
index 8411b00644d..17b2d23e9c6 100644
--- a/net/p5-IO-Interface/Makefile
+++ b/net/p5-IO-Interface/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/15 12:16:10 he Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/06 22:33:18 seb Exp $
#
DISTNAME= IO-Interface-0.97
@@ -10,11 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= he@netbsd.org
COMMENT= IO-Interface - get and set interface characteristics
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Interface/.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"