SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Sys-Mmap/Makefile
Normal file
14
devel/p5-Sys-Mmap/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT = use mmap to map in a file as a Perl variable
|
||||
|
||||
DISTNAME = Sys-Mmap-0.20
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Sys-Mmap/distinfo
Normal file
2
devel/p5-Sys-Mmap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Sys-Mmap-0.20.tar.gz) = GCDOLInxq3NXZE+NsPSfFC9UUmJQ+x4jXbEKqA8V4s8=
|
||||
SIZE (Sys-Mmap-0.20.tar.gz) = 17962
|
1
devel/p5-Sys-Mmap/pkg/DESCR
Normal file
1
devel/p5-Sys-Mmap/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
uses mmap to map in a file as a Perl variable
|
8
devel/p5-Sys-Mmap/pkg/PLIST
Normal file
8
devel/p5-Sys-Mmap/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Sys/
|
||||
${P5ARCH}/Sys/Mmap.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Sys/
|
||||
${P5ARCH}/auto/Sys/Mmap/
|
||||
@so ${P5ARCH}/auto/Sys/Mmap/Mmap.so
|
||||
@man man/man3p/Sys::Mmap.3p
|
Loading…
Add table
Add a link
Reference in a new issue