908e765695
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
30 lines
954 B
Makefile
30 lines
954 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:02 grant Exp $
|
|
|
|
DISTNAME= POE-0.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://poe.perl.org/
|
|
COMMENT= Perl Object Environment
|
|
|
|
DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
|
|
DEPENDS+= p5-Curses-[0-9]*:../../devel/p5-Curses
|
|
DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event
|
|
DEPENDS+= p5-IO-tty>=1.02:../../devel/p5-IO-Tty
|
|
DEPENDS+= p5-Socket6>=0.11:../../net/p5-Socket6
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
|
|
DEPENDS+= p5-URI>=1.27:../../www/p5-URI
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
MAKE_PARAMS+= --default
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/POE/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|