SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Config-Tiny/Makefile
Normal file
14
devel/p5-Config-Tiny/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= simple methods to Read/Write .ini style files
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= Config-Tiny-2.14
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MAKE_ENV+= AUTOMATED_TESTING=1
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Config-Tiny/distinfo
Normal file
2
devel/p5-Config-Tiny/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Config-Tiny-2.14.tar.gz) = eHsPpljYrO8JLeAgWamdpEx1Ipg0onXwfYgIoeeW4ag=
|
||||
SIZE (Config-Tiny-2.14.tar.gz) = 16963
|
3
devel/p5-Config-Tiny/pkg/DESCR
Executable file
3
devel/p5-Config-Tiny/pkg/DESCR
Executable file
|
@ -0,0 +1,3 @@
|
|||
Config::Tiny is a perl class to read and write .ini style configuration
|
||||
files with as little code as possible, reducing load time and memory
|
||||
overhead.
|
3
devel/p5-Config-Tiny/pkg/PLIST
Normal file
3
devel/p5-Config-Tiny/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Config/
|
||||
${P5SITE}/Config/Tiny.pm
|
||||
@man man/man3p/Config::Tiny.3p
|
Loading…
Add table
Add a link
Reference in a new issue