7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
29 lines
917 B
Makefile
29 lines
917 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:13 jlam Exp $
|
|
|
|
DISTNAME= POE-0.3101
|
|
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
|
|
|
|
MAKE_PARAMS+= --default
|
|
PERL5_PACKLIST= auto/POE/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|