1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup perl5 1.0 |
---|
7 | |
---|
8 | perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 |
---|
9 | perl5.setup Text-Aligner 0.10 |
---|
10 | revision 0 |
---|
11 | license {Artistic-1 GPL} |
---|
12 | maintainers nomaintainer |
---|
13 | description exports a single function, align(), which is used to justify strings to various alignment styles |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | checksums rmd160 cc56a322eb5bd1b98c79aa383d6133f562f4d9cb \ |
---|
19 | sha256 601fe6666812ba40e75d6763adb5241556abed96b6653244f449969d65e90035 |
---|
20 | |
---|