summaryrefslogtreecommitdiff
path: root/databases/mytop
diff options
context:
space:
mode:
authorseb <seb>2002-10-27 22:51:06 +0000
committerseb <seb>2002-10-27 22:51:06 +0000
commitf12d761d9eef951e71ef6ebe7e8463f12ffb1e3f (patch)
tree86c38267d342f7d8ab6dd246d9cdb307cb3acb1f /databases/mytop
parent7ff33189c51630fa3237da7723e4cebcb4222ec2 (diff)
downloadpkgsrc-f12d761d9eef951e71ef6ebe7e8463f12ffb1e3f.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'databases/mytop')
-rw-r--r--databases/mytop/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile
index 05f88e5101c..642d841858e 100644
--- a/databases/mytop/Makefile
+++ b/databases/mytop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:17:53 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/27 23:23:34 seb Exp $
#
DISTNAME= mytop-0.8
@@ -13,12 +13,10 @@ DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
-USE_PERL5= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mytop/.packlist
REPLACE_PERL= mytop
NO_BUILD= YES
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"