fa567ccbed
(This despite the t/pty.t test haning, same as on FreeBSD, as documented in that file.) Upstream changes: 0.82 Thu 18 Dec 2008 - Moving changes in 0.81_01 to a production release 0.81_01 Wed 15 Oct 2008 - This is the first in a series of refactoring test releases. - Removed Makefile.PL message noisily asking users to do CPAN Testers dirty work. - Simplfied the Makefile.PL code a little. - Upgraded all tests to Test::More - Added a $VERSION for all modules - Adding some missing POD sections - Various other clean ups
21 lines
576 B
Makefile
21 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.15 2008/12/20 23:12:29 he Exp $
|
|
|
|
DISTNAME= IPC-Run-0.82
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IPC-Run/
|
|
COMMENT= Perl module for interacting with child processes
|
|
|
|
DEPENDS+= p5-IO-tty>=1.0:../../devel/p5-IO-Tty
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IPC/Run/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|