746fb723e7
pkgsrc changes: - add license definition Upstream changes: 0.044 2010-08-22 ignore user-defined __DIE__ handler in _type (Jeff Lavallee) Added test for __DIE__ handler behavior
20 lines
529 B
Makefile
20 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/08/25 19:53:29 sno Exp $
|
|
#
|
|
|
|
DISTNAME= IPC-Run3-0.044
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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"
|