diff options
author | bapt <bapt@FreeBSD.org> | 2011-09-20 16:41:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-09-20 16:41:24 +0800 |
commit | a03d31a9b21c3f1d10ea7d704f0b48712138167d (patch) | |
tree | 06610a0bd9faedfa670cd5b297409b69b7718a9f /devel/Makefile | |
parent | 74e03bba1782856abfe43f9d6f0bbc3b611f7dcb (diff) | |
download | freebsd-ports-gnome-a03d31a9b21c3f1d10ea7d704f0b48712138167d.tar.gz freebsd-ports-gnome-a03d31a9b21c3f1d10ea7d704f0b48712138167d.tar.zst freebsd-ports-gnome-a03d31a9b21c3f1d10ea7d704f0b48712138167d.zip |
String::Formatter is a tool for building sprintf-like formatting
routines. It supports named or positional formatting, custom
conversions, fixed string interpolation, and simple width-matching out
of the box.
WWW: http://search.cpan.org/dist/String-Formatter/
Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> (by private mail)
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ce0e3db9224d..0c4cb20ce73c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2291,6 +2291,7 @@ SUBDIR += p5-String-Checker SUBDIR += p5-String-Diff SUBDIR += p5-String-Ediff + SUBDIR += p5-String-Formatter SUBDIR += p5-String-LRC SUBDIR += p5-String-Parity SUBDIR += p5-String-Random |