diff options
author | jtb <jtb> | 2001-04-16 21:30:45 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-16 21:30:45 +0000 |
commit | 9ec9ff8d82abac73d60e13658ba7474c3c31b263 (patch) | |
tree | e8f8e7e80cc1685e6993efcc40298e2d8858ad83 | |
parent | 8b9c5fa840d079874aa4a61185ead54dee215c96 (diff) | |
download | pkgsrc-9ec9ff8d82abac73d60e13658ba7474c3c31b263.tar.gz |
Initial import of p5-BSD-Resource.
This module provides a Perl interface to part of the BSD process
resource library. It allows the use of the {get,set}rlimit and
getrusage BSD C Library routines from perl.
Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12630.
-rw-r--r-- | devel/p5-BSD-Resource/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-BSD-Resource/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-BSD-Resource/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-BSD-Resource/pkg/PLIST | 1 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-BSD-Resource/Makefile b/devel/p5-BSD-Resource/Makefile new file mode 100644 index 00000000000..38c1c3f7575 --- /dev/null +++ b/devel/p5-BSD-Resource/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 21:30:45 jtb Exp $ + +DISTNAME= BSD-Resource-1.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=BSD/} + +MAINTAINER= packages@NetBSD.org +HOMEPAGE= http://iki.fi/jhi/ +COMMENT= BSD::Resource - Perl interface to BSD process resources library + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/BSD/Resource/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-BSD-Resource/files/md5 b/devel/p5-BSD-Resource/files/md5 new file mode 100644 index 00000000000..fbd506b0254 --- /dev/null +++ b/devel/p5-BSD-Resource/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/16 21:30:45 jtb Exp $ + +SHA1 (BSD-Resource-1.10.tar.gz) = 116d5929a331b179ad56966e4ebd21a2de72800e diff --git a/devel/p5-BSD-Resource/pkg/DESCR b/devel/p5-BSD-Resource/pkg/DESCR new file mode 100644 index 00000000000..2c2d6159883 --- /dev/null +++ b/devel/p5-BSD-Resource/pkg/DESCR @@ -0,0 +1,3 @@ +This module provides a Perl interface to part of the BSD process +resource library. It allows the use of the {get,set}rlimit and +getrusage BSD C Library routines from perl. diff --git a/devel/p5-BSD-Resource/pkg/PLIST b/devel/p5-BSD-Resource/pkg/PLIST new file mode 100644 index 00000000000..78f73ba9102 --- /dev/null +++ b/devel/p5-BSD-Resource/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 21:30:45 jtb Exp $ |