summaryrefslogtreecommitdiff
path: root/net/p5-Wais
diff options
context:
space:
mode:
authorseb <seb>2002-10-27 20:48:55 +0000
committerseb <seb>2002-10-27 20:48:55 +0000
commit346e0d8ca23ef3f0470f58c4b2b97a726ebae040 (patch)
treed8d74ae58ff3705904cabfccc131ba47c29d2c9e /net/p5-Wais
parenta883e347f36ccec360f03b84bedbcdcfd167d05c (diff)
downloadpkgsrc-346e0d8ca23ef3f0470f58c4b2b97a726ebae040.tar.gz
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'net/p5-Wais')
-rw-r--r--net/p5-Wais/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/p5-Wais/Makefile b/net/p5-Wais/Makefile
index 196c2543ee3..a0c2d6e9bd1 100644
--- a/net/p5-Wais/Makefile
+++ b/net/p5-Wais/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/10/18 15:20:33 veego Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/27 20:48:58 seb Exp $
#
DISTNAME= Wais-2.311
@@ -10,16 +10,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wais/}
MAINTAINER= bad@netbsd.org
COMMENT= perl5 module for accessing WAIS servers
-DEPENDS+= freewais-sf-2.2.12:../../net/freewais-sf
DEPENDS+= p5-Curses>=1.02:../../devel/p5-Curses
-USE_PERL5= # defined
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Wais/.packlist
post-patch:
${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \;
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
+.include "../../lang/perl5/module.mk"
+.include "../../net/freewais-sf/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"