aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-ASCIITable
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-17 19:39:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-17 19:39:32 +0000
commitec8cabebe36a15ab468741f08d5b7d2c5a49766e (patch)
tree9885446fd32f4335ab05f104dda5576ef27c1ccc /textproc/p5-Text-ASCIITable
parentb1a4d209dc7a221d800083c55e0a2fa95ef4f6f7 (diff)
downloadports-ec8cabebe36a15ab468741f08d5b7d2c5a49766e.tar.gz
ports-ec8cabebe36a15ab468741f08d5b7d2c5a49766e.zip
Notes
Diffstat (limited to 'textproc/p5-Text-ASCIITable')
-rw-r--r--textproc/p5-Text-ASCIITable/Makefile10
-rw-r--r--textproc/p5-Text-ASCIITable/pkg-descr6
2 files changed, 9 insertions, 7 deletions
diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile
index 760046f95bd4..45cfd24d9efc 100644
--- a/textproc/p5-Text-ASCIITable/Makefile
+++ b/textproc/p5-Text-ASCIITable/Makefile
@@ -7,21 +7,23 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= perl@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Create a nice formatted table using ASCII characters
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 shebangfix
-SHEBANG_FILES= ansi-example.pl
USE_PERL5= modbuild
-NO_ARCH= yes
-OPTIONS_DEFINE= EXAMPLES
+NO_ARCH= yes
PORTEXAMPLES= ansi-example.pl
+SHEBANG_FILES= ansi-example.pl
+
+OPTIONS_DEFINE= EXAMPLES
+
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/ansi-example.pl ${STAGEDIR}${EXAMPLESDIR}
diff --git a/textproc/p5-Text-ASCIITable/pkg-descr b/textproc/p5-Text-ASCIITable/pkg-descr
index 9180a8685c65..7de97d2a232e 100644
--- a/textproc/p5-Text-ASCIITable/pkg-descr
+++ b/textproc/p5-Text-ASCIITable/pkg-descr
@@ -1,5 +1,5 @@
-Pretty nifty if you want to output dynamic text to your console or
-other fixed-size-font displays, and at the same time it will display
-it in a nice human-readable, or "cool" way.
+Pretty nifty if you want to output dynamic text to your console or other
+fixed-size-font displays, and at the same time it will display it in a nice
+human-readable, or "cool" way.
WWW: https://metacpan.org/release/Text-ASCIITable