aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Table
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-24 11:11:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-24 11:11:54 +0000
commit107d838588ca62d3dffc6598684ffb41fb8f29cf (patch)
tree5f6f494d42d446b3a1fbb17cbca99671a311e848 /textproc/p5-Text-Table
parentf80b242095198934c222e0873f61e39e932f1456 (diff)
downloadports-107d838588ca62d3dffc6598684ffb41fb8f29cf.tar.gz
ports-107d838588ca62d3dffc6598684ffb41fb8f29cf.zip
Take maintainership
Notes
Notes: svn path=/head/; revision=480570
Diffstat (limited to 'textproc/p5-Text-Table')
-rw-r--r--textproc/p5-Text-Table/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile
index 24d7eb15699c..916a6bb30d21 100644
--- a/textproc/p5-Text-Table/Makefile
+++ b/textproc/p5-Text-Table/Makefile
@@ -7,17 +7,18 @@ CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= perl@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Organize Data in Tables
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= p5-Text-Aligner>=0:textproc/p5-Text-Aligner
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Text-Aligner>=0:textproc/p5-Text-Aligner
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>