SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/p5-IPC-ShareLite/Makefile
Normal file
15
devel/p5-IPC-ShareLite/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= simple interface to access shared memory
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= IPC-ShareLite-0.17
|
||||
REVISION= 5
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
MAKE_ENV+= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IPC-ShareLite/distinfo
Normal file
2
devel/p5-IPC-ShareLite/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (IPC-ShareLite-0.17.tar.gz) = FNQGuR2pbWUh0NGoLSKjBidHZSJrhrClbn/93Plq578=
|
||||
SIZE (IPC-ShareLite-0.17.tar.gz) = 22875
|
4
devel/p5-IPC-ShareLite/pkg/DESCR
Normal file
4
devel/p5-IPC-ShareLite/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
IPC::ShareLite provides a simple interface to shared memory, allowing
|
||||
data to be efficiently communicated between processes. Your operating
|
||||
system must support SysV IPC (shared memory and semaphores) in order
|
||||
to use this module.
|
9
devel/p5-IPC-ShareLite/pkg/PLIST
Normal file
9
devel/p5-IPC-ShareLite/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/IPC/
|
||||
${P5ARCH}/IPC/ShareLite.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/IPC/
|
||||
${P5ARCH}/auto/IPC/ShareLite/
|
||||
${P5ARCH}/auto/IPC/ShareLite/ShareLite.so
|
||||
${P5ARCH}/auto/IPC/ShareLite/autosplit.ix
|
||||
@man man/man3p/IPC::ShareLite.3p
|
Loading…
Add table
Add a link
Reference in a new issue