SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Data-Alias/Makefile
Normal file
12
devel/p5-Data-Alias/Makefile
Normal 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>
|
2
devel/p5-Data-Alias/distinfo
Normal file
2
devel/p5-Data-Alias/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Alias-1.28.tar.gz) = WyhwvfwgLqAKJrcGV9d2U6amNXj6rxdRzTs7IDEXBKM=
|
||||
SIZE (Data-Alias-1.28.tar.gz) = 56979
|
4
devel/p5-Data-Alias/pkg/DESCR
Normal file
4
devel/p5-Data-Alias/pkg/DESCR
Normal 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.
|
8
devel/p5-Data-Alias/pkg/PLIST
Normal file
8
devel/p5-Data-Alias/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue