22 lines
618 B
Makefile
22 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:40 joerg 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
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/POE/Component/Client/Ident/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|