7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
23 lines
556 B
Makefile
23 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:28 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Wais-2.311
|
|
PKGNAME= p5-Wais-2.311
|
|
PKGREVISION= 3
|
|
SVR4_PKGNAME= p5wai
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wais/}
|
|
|
|
MAINTAINER= bad@NetBSD.org
|
|
COMMENT= Perl5 module for accessing WAIS servers
|
|
|
|
DEPENDS+= p5-Curses>=1.02:../../devel/p5-Curses
|
|
|
|
PERL5_PACKLIST= auto/Wais/.packlist
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \;
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../net/freewais-sf/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|