summaryrefslogtreecommitdiff
path: root/www/checkbot
diff options
context:
space:
mode:
authorseb <seb>2002-10-31 08:36:32 +0000
committerseb <seb>2002-10-31 08:36:32 +0000
commit4a0fe20a1b161372ab4dd01ef64880531e02bc25 (patch)
tree3618139ba7733dbd4d4910ccf380be82d7611265 /www/checkbot
parentec87d9a4fc6399e9e638409df1c825ef05278fc0 (diff)
downloadpkgsrc-4a0fe20a1b161372ab4dd01ef64880531e02bc25.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'www/checkbot')
-rw-r--r--www/checkbot/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index b5ac729f4f4..2734c5c3cad 100644
--- a/www/checkbot/Makefile
+++ b/www/checkbot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/12/17 12:01:27 abs Exp $
+# $NetBSD: Makefile,v 1.14 2002/10/31 08:36:32 seb Exp $
#
DISTNAME= checkbot-1.67
@@ -14,10 +14,8 @@ DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
-USE_PERL5= # defined
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/checkbot/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"