pkgsrc/net/p5-POE-Component-Client-Ident/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

21 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/08/06 06:19:28 jlam Exp $
#
DISTNAME= POE-Component-Client-Ident-0.7
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://search.cpan.org/~bingos/POE-Component-Client-Ident-0.7/
COMMENT= Non-blocking ident lookups to your sessions.
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/POE/Component/Client/Ident/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"