mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Take maintainership
This commit is contained in:
parent
b1a4d209dc
commit
ec8cabebe3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493197
@ -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
|
||||
|
||||
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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user