Upstream changes: 1.20 Sat Jan 9 15:08:41 AUSEST 2010 * TEST: t/win32.t no longer claims to have more tests than it really has. This fixes an install issue under Windows. RT #53124. Thanks to Erez Schatz and Curtis Jewell for spotting this. 1.19 Fri Dec 4 14:14:25 AUSEST 2009 * TEST: Added tests to ensure correct behaviour when calling commands in Windows which are contained in directories that contain spaces. (These tests are currently skiped, as they're testing for a known bug.) * BUGFIX: Spurious warnings about redefining POSIX macros no longer plague Windows systems.
20 lines
582 B
Makefile
20 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/01/29 15:31:51 sno Exp $
|
|
|
|
DISTNAME= IPC-System-Simple-1.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IPC-System-Simple/
|
|
COMMENT= Run commands simply, with detailed diagnostics
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IPC/System/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|