diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 18:14:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-28 18:14:49 +0000 |
commit | d7f38a5913024dc9b3681f77b9fb5e6fef3dded6 (patch) | |
tree | d6b851c2043d2672d07f85a720699c6f707a9846 /textproc/p5-Text-ASCIITable | |
parent | 11c322f37e159ab9b634ce627724598eab92f94f (diff) | |
download | ports-d7f38a5913024dc9b3681f77b9fb5e6fef3dded6.tar.gz ports-d7f38a5913024dc9b3681f77b9fb5e6fef3dded6.zip |
Notes
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 |