pkgsrc/devel/p5-IPC-Run3/Makefile
sno 1924e89b73 pkgsrc changes:
- Updating package of p5 module IPC::Run3 from 0.042nb1 to 0.043
  - Removing dependency to devel/p5-Time-HiRes, because Time::HiRes comes
    with the distributed perl5 core

Upstream changes:
0.043	2009-05-30
	No code changes
	add repository location to META.yml
	avoid hand-written META.yml by using META_MERGE
2009-06-14 23:31:59 +00:00

18 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/06/14 23:31:59 sno Exp $
#
DISTNAME= IPC-Run3-0.043
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
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/IPC/Run3/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"