aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-09-24 19:11:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-09-24 19:11:54 +0800
commit19d9a6ec5f457964868f0f4421669b081c42fdd7 (patch)
tree5f6f494d42d446b3a1fbb17cbca99671a311e848 /textproc
parentb842283bb6b9bf68b64ef77c84d3bffb87037f6d (diff)
downloadfreebsd-ports-gnome-19d9a6ec5f457964868f0f4421669b081c42fdd7.tar.gz
freebsd-ports-gnome-19d9a6ec5f457964868f0f4421669b081c42fdd7.tar.zst
freebsd-ports-gnome-19d9a6ec5f457964868f0f4421669b081c42fdd7.zip
Take maintainership
Diffstat (limited to 'textproc')
-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>