SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Readonly/Makefile
Normal file
16
devel/p5-Readonly/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT = facility for creating read-only scalars, arrays, hashes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Readonly-2.05
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
||||
|
||||
# perl licence
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
CONFIGURE_STYLE = modbuild tiny
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Readonly/distinfo
Normal file
2
devel/p5-Readonly/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Readonly-2.05.tar.gz) = SyNUJJGvAQ1EpcfIYSRHOKzHSrq65riDjTVN+xlGK14=
|
||||
SIZE (Readonly-2.05.tar.gz) = 28877
|
6
devel/p5-Readonly/pkg/DESCR
Normal file
6
devel/p5-Readonly/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
create variables marked as read-only, applicable to scalar, list, hashes
|
||||
and all sorts of recursive data-structures.
|
||||
|
||||
Use as an alternative to constant, the main difference is that Readonly
|
||||
creates scalars and other variables that are much easier to interpolate
|
||||
into strings and other contexts.
|
2
devel/p5-Readonly/pkg/PLIST
Normal file
2
devel/p5-Readonly/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Readonly.pm
|
||||
@man man/man3p/Readonly.3p
|
Loading…
Add table
Add a link
Reference in a new issue