svn commit: r480570 - head/textproc/p5-Text-Table

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 24 11:11:55 UTC 2018


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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>


More information about the svn-ports-head mailing list