diff options
author | seb <seb@pkgsrc.org> | 2002-10-27 20:48:55 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-27 20:48:55 +0000 |
commit | e8328761a2e64473c52c452c575f52f3563840c8 (patch) | |
tree | d8d74ae58ff3705904cabfccc131ba47c29d2c9e /net/p5-Wais/Makefile | |
parent | 5f3da56d48acd27db7d1402970563ea86b3c88ab (diff) | |
download | pkgsrc-e8328761a2e64473c52c452c575f52f3563840c8.tar.gz |
Use buildlink2. Use perl5/module.mk.
Diffstat (limited to 'net/p5-Wais/Makefile')
-rw-r--r-- | net/p5-Wais/Makefile | 10 |
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" |