------------------- 0.94 Sun Dec 14 2014 - RT 100858 - Update License discrepancies. 0.93_01 Wed Dec 10 2014 - Many typo corrections from David Steinbrunner via github - RT 20105 - t/pty.t fails on Solaris 10
21 lines
619 B
Makefile
21 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.27 2015/02/14 02:23:30 mef Exp $
|
|
|
|
DISTNAME= IPC-Run-0.94
|
|
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
|
|
LICENSE= gnu-gpl-v2 OR artistic
|
|
|
|
# XXX Win32 will need Win32::Process while all others IO::Pty
|
|
# How about Interix?
|
|
DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IPC/Run/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|