pkgsrc/devel/p5-BSD-Resource/Makefile
he 70552ff040 Update from version 1.2901nb1 to 1.2902.
Pkgsrc changes:
 o Remove no longer needed patch

Upstream changes:

2008-12-30  Jarkko Hietaniemi  <jhi@iki.fi>

	* Lowered the "0.95 of the current limit" down to
	  "0.75 of the current limit" in setrlimit.t so that
	  more memory-constrained systems (like 2MB or less of
	  default stack) have slightly more chance of completing the test.
	  The 0.75 also has more chance of aligning with page sizes.

	* The scalar context return of getrlimit() was documented
	  to return an object, even though it really returned the
	  soft limit, reported by anicka@suse.cz.  Fixed the documentation.

	* Judging by the cpantesters reports no netbsd has a functional
	  RLIMIT_STACK, so skipping the test in all of them.

	* Release 1.2902.
2009-01-04 17:24:46 +00:00

21 lines
584 B
Makefile

# $NetBSD: Makefile,v 1.24 2009/01/04 17:24:46 he Exp $
DISTNAME= BSD-Resource-1.2902
PKGNAME= p5-${DISTNAME:S/2901/29.01/}
SVR4_PKGNAME= p5bsd
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/BSD-Resource/
COMMENT= Perl interface to BSD process resources library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
UNLIMIT_RESOURCES+= stacksize
PERL5_PACKLIST= auto/BSD/Resource/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"