summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-16 21:30:45 +0000
committerjtb <jtb>2001-04-16 21:30:45 +0000
commited5c934af29e912d826dd126c2552b5fcb2393c6 (patch)
treee8f8e7e80cc1685e6993efcc40298e2d8858ad83 /devel
parent4e3dc9ad63ab6289763d61af0f6a249eb56cb9fc (diff)
downloadpkgsrc-ed5c934af29e912d826dd126c2552b5fcb2393c6.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.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-BSD-Resource/Makefile18
-rw-r--r--devel/p5-BSD-Resource/files/md53
-rw-r--r--devel/p5-BSD-Resource/pkg/DESCR3
-rw-r--r--devel/p5-BSD-Resource/pkg/PLIST1
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 $