d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
24 lines
678 B
Makefile
24 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/05/31 12:40:26 wiz Exp $
|
|
|
|
DISTNAME= IPC-Run-0.92
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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-gpl-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
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IPC/Run/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|