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