7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
22 lines
622 B
Makefile
22 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:28 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= POE-Component-Client-DNS-0.98
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~rcaputo/POE-Component-Client-DNS-0.98/
|
|
COMMENT= Non-blocking, concurrent DNS requests
|
|
|
|
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
|
|
DEPENDS+= p5-Net-DNS>=0.12:../../net/p5-Net-DNS
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/POE/Component/Client/DNS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|