7bbb28d366
pkgsrc changes: - Adjust dependencies - Adjust license definition Upstream changes: 1.1102 Mon Feb 15 07:36:53 EST 2010 - Fixed test that confused archname and osname (reported by Tux)
21 lines
665 B
Makefile
21 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/02/18 08:43:25 sno Exp $
|
|
|
|
DISTNAME= IO-CaptureOutput-1.1102
|
|
PKGNAME= p5-${DISTNAME:S/1102/11.02/}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-CaptureOutput/
|
|
COMMENT= Perl module capture STDOUT and STDERR from Perl code, subprocesses or XS
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/IO/CaptureOutput/.packlist
|
|
|
|
DEPENDS+= {perl>=5.8.9,p5-PathTools>=3.27}:../../devel/p5-PathTools
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|