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,12 @@
COMMENT = comprehensive set of aliasing operations
MODULES = cpan
DISTNAME = Data-Alias-1.28
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
WANTLIB += c perl
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Data-Alias-1.28.tar.gz) = WyhwvfwgLqAKJrcGV9d2U6amNXj6rxdRzTs7IDEXBKM=
SIZE (Data-Alias-1.28.tar.gz) = 56979

View file

@ -0,0 +1,4 @@
Data::Alias is a module that allows you to apply "aliasing semantics" to
a section of code, causing aliases to be made wherever Perl would
normally make copies instead. You can use this to improve efficiency
and readability, when compared to using references.

View file

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