3d969a64d5
Update LICENSE Upstream change: 2013-07-12 Jarkko Hietaniemi <jhi@Vredefort-2.local> * Address rt.cpan.org #86857: t/setrlimit.t failure Skip setrlimit() tests also if the hard limit is RLIM_INFINITY. * Release 1.2907. 2013-07-07 Jarkko Hietaniemi <jhi@iki.fi> * Skip number-of-files and stack setrlimit tests in Cygwin: the constants exist but the implementation doesn't really seem to be there. Document this in the pod. Testing by dsolimano. * For setrlimit tests involving byte sizes (memory or file size) round the byte sizes down to 4 kB boundaries. * Fix some pod nits. * Release 1.2906. 2013-06-22 Jarkko Hietaniemi <jhi@iki.fi> * Address rt.cpan.org #86334: typo fixes * Address rt.cpan.org #62504: Disable user/system timing tests if workload accumulate too little time * Attempt harder in getrusage.t to burn enough user and system time, refactor the "burn some cpu" utility into t/burn.pl, use that also in t/times.t. * Fix a testing problem in NetBSD for t/setrlimit.t, the tests were misnumbered. * Silence compilation warnings coming from Perl 5.18.0. * Clarify the license to be Artistic 2.0 or LGPL 2.0. * Regenerate ppport.h with Perl 5.18.0. * Release 1.2905.
21 lines
589 B
Makefile
21 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.32 2013/07/13 08:32:13 wen Exp $
|
|
|
|
DISTNAME= BSD-Resource-1.2907
|
|
PKGNAME= p5-${DISTNAME:S/2907/29.07/}
|
|
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
|
|
LICENSE= artistic-2.0 OR gnu-lgpl-v2
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
UNLIMIT_RESOURCES+= stacksize
|
|
|
|
PERL5_PACKLIST= auto/BSD/Resource/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|