textproc/p5-Text-sprintfn: create port
Drop-in replacement for sprintf(), with named parameter support WWW: https://metacpan.org/release/Text-sprintfn PR: 243896 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
This commit is contained in:
parent
f2a42f8d95
commit
d125b52078
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545073
4 changed files with 29 additions and 0 deletions
|
@ -944,6 +944,7 @@
|
|||
SUBDIR += p5-Text-Wrapper
|
||||
SUBDIR += p5-Text-Xslate
|
||||
SUBDIR += p5-Text-Xslate-Bridge-TT2Like
|
||||
SUBDIR += p5-Text-sprintfn
|
||||
SUBDIR += p5-Text-vCard
|
||||
SUBDIR += p5-Tiffany
|
||||
SUBDIR += p5-Time-Human
|
||||
|
|
22
textproc/p5-Text-sprintfn/Makefile
Normal file
22
textproc/p5-Text-sprintfn/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-sprintfn
|
||||
PORTVERSION= 0.090
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Drop-in replacement for sprintf(), with named parameter support
|
||||
|
||||
BUILD_DEPENDS= p5-Exporter>=5.57:devel/p5-Exporter
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PLIST_FILES= ${SITE_MAN3_REL}/Text::sprintfn.3.gz \
|
||||
${SITE_PERL_REL}/Text/sprintfn.pm
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-sprintfn/distinfo
Normal file
3
textproc/p5-Text-sprintfn/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1580884747
|
||||
SHA256 (Text-sprintfn-0.090.tar.gz) = 1ff9cfbb6a2d3b667109a4751b8421bd81802166c7be2fc367df57dd7a39fcdc
|
||||
SIZE (Text-sprintfn-0.090.tar.gz) = 18201
|
3
textproc/p5-Text-sprintfn/pkg-descr
Normal file
3
textproc/p5-Text-sprintfn/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Drop-in replacement for sprintf(), with named parameter support
|
||||
|
||||
WWW: https://metacpan.org/release/Text-sprintfn
|
Loading…
Reference in a new issue