diff options
Diffstat (limited to 'textproc/p5-Text-ASCIITable')
-rw-r--r-- | textproc/p5-Text-ASCIITable/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile index 343a22423cc6..af6f655499d4 100644 --- a/textproc/p5-Text-ASCIITable/Makefile +++ b/textproc/p5-Text-ASCIITable/Makefile @@ -3,7 +3,7 @@ PORTNAME= Text-ASCIITable PORTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,10 @@ COMMENT= Create a nice formatted table using ASCII characters LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ansi-example.pl USE_PERL5= modbuild +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES |