aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Table-TinyWide/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:23:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:23:44 +0000
commitac83ea11551456cf6a3fe3fb9bb32b5e0de0b661 (patch)
tree0815b14426e5519954194eb2733d7a5771cb603b /textproc/p5-Text-Table-TinyWide/Makefile
parentccc9b291726eabfe3b396b4a3b925dbf68335269 (diff)
downloadports-ac83ea11551456cf6a3fe3fb9bb32b5e0de0b661.tar.gz
ports-ac83ea11551456cf6a3fe3fb9bb32b5e0de0b661.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Table-TinyWide/Makefile')
-rw-r--r--textproc/p5-Text-Table-TinyWide/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-Text-Table-TinyWide/Makefile b/textproc/p5-Text-Table-TinyWide/Makefile
new file mode 100644
index 000000000000..5c1d96b96349
--- /dev/null
+++ b/textproc/p5-Text-Table-TinyWide/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-Table-TinyWide
+PORTVERSION= 0.001
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Text::Table::Tiny with support for wide character
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Text-WideChar-Util>=0:textproc/p5-Text-WideChar-Util
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>