summaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-ShowTable/Makefile')
-rw-r--r--devel/p5-Data-ShowTable/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index d1f4416a9cb..933a2b7e895 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/10/18 15:20:14 veego Exp $
+# $NetBSD: Makefile,v 1.5 2001/11/26 06:49:48 jlam Exp $
#
DISTNAME= Data-ShowTable-3.3
@@ -10,10 +10,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= bad@netbsd.org
COMMENT= Perl module to print arrays of data in nicely formatted listings
-USE_PERL5= # defined
+USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Data/ShowTable/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"