SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
COMMENT= create readonly variables faster
MODULES= cpan
DISTNAME= Readonly-XS-1.05
REVISION= 5
CATEGORIES= devel
# perl licence
PERMIT_PACKAGE= Yes
WANTLIB += c perl
RUN_DEPENDS= devel/p5-Readonly>=1.02
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Readonly-XS-1.05.tar.gz) = iuXE6FKZ5ci93RsZby7qOPAHCeDcDLYEVNyRFK4//w0=
SIZE (Readonly-XS-1.05.tar.gz) = 8849

View file

@ -0,0 +1,4 @@
create variables marked as read-only, applicable to scalar, list, hashes
and all sorts of recursive data-structures.
Companion module to p5-ReadOnly, auto-detected by the former module.

View file

@ -0,0 +1,8 @@
${P5ARCH}/
${P5ARCH}/Readonly/
${P5ARCH}/Readonly/XS.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Readonly/
${P5ARCH}/auto/Readonly/XS/
${P5ARCH}/auto/Readonly/XS/XS.so
@man man/man3p/Readonly::XS.3p