pkgsrc/devel/p5-IPC-Run3/Makefile
mef d098d90a48 Update 0.045 to 0.048
---------------------
0.048 2014-03-29
        - no code changes from 0.047
        - update bugtracker and repo links

0.047 2013-09-25
        [TRIAL RELEASE]
        - handle system() returning == 0xFF00 on Win32
        - use Win32::ShellQuote for shell quoting on Win32

0.046 2013-06-11
        - replace a die with a croak (thanks, Mike Doherty)
        - typo fixes in documentation (thanks, David Steinbrunner)
2015-03-15 23:16:06 +00:00

17 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.14 2015/03/15 23:16:06 mef Exp $
#
DISTNAME= IPC-Run3-0.048
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/
COMMENT= IPC::Run3 - run a subprocess in batch mode
LICENSE= original-bsd OR artistic OR gnu-gpl-v2
PERL5_PACKLIST= auto/IPC/Run3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"