ChangeLog: 0.045 2011-12-23 skip a test that tickles an OpenBSD bug and hangs the process (thanks, BinGOs)
19 lines
515 B
Makefile
19 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/01/26 12:01:13 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= IPC-Run3-0.045
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/IPC/Run3/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|