svn commit: r421632 - head/textproc/p5-Text-vCard

Emanuel Haupt ehaupt at FreeBSD.org
Fri Sep 9 19:31:43 UTC 2016


Author: ehaupt
Date: Fri Sep  9 19:31:42 2016
New Revision: 421632
URL: https://svnweb.freebsd.org/changeset/ports/421632

Log:
  - Add missing dependencies
  - Add NO_ARCH
  - Move required perl modules from BUILD_DEPENDS to RUN_DEPENDS. They don't
    need to build port, only to run.
  - Add TEST_DEPENDS
  
  PR:		212532
  Submitted by:	Anton Yuzhaninov <citrin+pr at citrin.ru>

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

Modified: head/textproc/p5-Text-vCard/Makefile
==============================================================================
--- head/textproc/p5-Text-vCard/Makefile	Fri Sep  9 19:25:30 2016	(r421631)
+++ head/textproc/p5-Text-vCard/Makefile	Fri Sep  9 19:31:42 2016	(r421632)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Text-vCard
 PORTVERSION=	3.07
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,12 +14,16 @@ COMMENT=	Package to parse, edit and crea
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-File-Slurp>=0:devel/p5-File-Slurp \
+RUN_DEPENDS=	p5-File-Slurp>=0:devel/p5-File-Slurp \
+		p5-Moo>=0:devel/p5-Moo \
+		p5-Path-Tiny>=0:devel/p5-Path-Tiny \
 		p5-Text-vFile-asData>=0:devel/p5-Text-vFile-asData \
 		p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Directory-Scratch>=0:devel/p5-Directory-Scratch \
+		p5-Test-Most>=0:devel/p5-Test-Most
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list