Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 11:11:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480570 - head/textproc/p5-Text-Table
Message-ID:  <201809241111.w8OBBslo025105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 24 11:11:54 2018
New Revision: 480570
URL: https://svnweb.freebsd.org/changeset/ports/480570

Log:
  Take maintainership

Modified:
  head/textproc/p5-Text-Table/Makefile

Modified: head/textproc/p5-Text-Table/Makefile
==============================================================================
--- head/textproc/p5-Text-Table/Makefile	Mon Sep 24 11:11:49 2018	(r480569)
+++ head/textproc/p5-Text-Table/Makefile	Mon Sep 24 11:11:54 2018	(r480570)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809241111.w8OBBslo025105>