summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-Simple/Makefile')
-rw-r--r--devel/p5-Test-Simple/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index 6df09ee3c62..6f4420de327 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/22 09:37:56 martti Exp $
+# $NetBSD: Makefile,v 1.5 2001/11/26 06:49:55 jlam Exp $
DISTNAME= Test-Simple-0.33
PKGNAME= p5-${DISTNAME}
@@ -11,10 +11,11 @@ COMMENT= perl5 module with a simple framework for writing tests
DEPENDS+= p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness
-USE_PERL5= # defined
+USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Simple/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"