b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
21 lines
585 B
Makefile
21 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.3 2005/12/05 20:50:48 rillig 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"
|