Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 19:45:27 +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: r492638 - head/textproc/p5-Template-Plugin-CSV
Message-ID:  <201902101945.x1AJjRFU004293@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 10 19:45:27 2019
New Revision: 492638
URL: https://svnweb.freebsd.org/changeset/ports/492638

Log:
  Add missing *_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (blanket)

Modified:
  head/textproc/p5-Template-Plugin-CSV/Makefile

Modified: head/textproc/p5-Template-Plugin-CSV/Makefile
==============================================================================
--- head/textproc/p5-Template-Plugin-CSV/Makefile	Sun Feb 10 19:45:22 2019	(r492637)
+++ head/textproc/p5-Template-Plugin-CSV/Makefile	Sun Feb 10 19:45:27 2019	(r492638)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Template-Plugin-CSV
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:GUGOD
@@ -12,7 +13,8 @@ MAINTAINER=	dgeo@centrale-marseille.fr
 COMMENT=	Template::Plugin::CSV - Plugin for generating CSV
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Template-Toolkit>0:www/p5-Template-Toolkit
+RUN_DEPENDS=	p5-Template-Toolkit>0:www/p5-Template-Toolkit \
+		p5-Text-CSV>=0:textproc/p5-Text-CSV
 
 USES=		perl5
 USE_PERL5=	configure



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