diff options
author | mat <mat@FreeBSD.org> | 2014-01-24 23:52:12 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-24 23:52:12 +0800 |
commit | ebbcad2021397874940ac026dd13764921cf62b1 (patch) | |
tree | 2bde90029aec0b39c5098c897caaf97334d8a53c /textproc/p5-Text-TabularDisplay | |
parent | 5799771477a34f567a8e84869a018bacfeb74410 (diff) | |
download | freebsd-ports-graphics-ebbcad2021397874940ac026dd13764921cf62b1.tar.gz freebsd-ports-graphics-ebbcad2021397874940ac026dd13764921cf62b1.tar.zst freebsd-ports-graphics-ebbcad2021397874940ac026dd13764921cf62b1.zip |
- Support staging
- Add license
- Pet portlint
Sponsored by: Absolight
Diffstat (limited to 'textproc/p5-Text-TabularDisplay')
-rw-r--r-- | textproc/p5-Text-TabularDisplay/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-TabularDisplay/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-TabularDisplay/Makefile b/textproc/p5-Text-TabularDisplay/Makefile index b27aabfc285..eae6cfdb2bb 100644 --- a/textproc/p5-Text-TabularDisplay/Makefile +++ b/textproc/p5-Text-TabularDisplay/Makefile @@ -9,10 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Display text in formatted table output +LICENSE= GPLv2 + USES= perl5 USE_PERL5= configure -MAN3= Text::TabularDisplay.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/p5-Text-TabularDisplay/pkg-plist b/textproc/p5-Text-TabularDisplay/pkg-plist index 145982ee604..f74d11e97d0 100644 --- a/textproc/p5-Text-TabularDisplay/pkg-plist +++ b/textproc/p5-Text-TabularDisplay/pkg-plist @@ -1,3 +1,4 @@ +%%PERL5_MAN3%%/Text::TabularDisplay.3.gz %%SITE_PERL%%/Text/TabularDisplay.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/TabularDisplay/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/TabularDisplay |