SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/p5-String-Format/Makefile
Normal file
13
devel/p5-String-Format/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
COMMENT= perl printf extensions
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
DISTNAME= String-Format-1.18
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-String-Format/distinfo
Normal file
2
devel/p5-String-Format/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (String-Format-1.18.tar.gz) = nkF6j42epiO+6i0TpHwNWmlvyGAsBQm4Js1F+Xt253g=
|
||||
SIZE (String-Format-1.18.tar.gz) = 13676
|
4
devel/p5-String-Format/pkg/DESCR
Normal file
4
devel/p5-String-Format/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
String::Format lets you define arbitrary printf-like format sequences to
|
||||
be expanded. This module would be most useful in configuration files
|
||||
and reporting tools, where the results of a query need to be formatted
|
||||
in a particular way
|
3
devel/p5-String-Format/pkg/PLIST
Normal file
3
devel/p5-String-Format/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/String/
|
||||
${P5SITE}/String/Format.pm
|
||||
@man man/man3p/String::Format.3p
|
Loading…
Add table
Add a link
Reference in a new issue