pkgsrc/devel/p5-IPC-Run/Makefile
sno c0891c284e Updating package for p5 module IPC::Run from 0.82 to 0.84
pkgsrc changes:
  - Adding license (unrolled perl license?) according to README file
  - Updated dependecies according to META.yml

Upstream changes:
0.84 Mon 13 Jul 2009
	- Add darwin to the list of known-bad platforms

0.83 Fri 10 Jul 2009
	- Switch from command.com to cmd.exe so we work on 2008 or newer.
2009-08-09 11:37:47 +00:00

24 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.16 2009/08/09 11:37:47 sno Exp $
DISTNAME= IPC-Run-0.84
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-glp-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
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"