svn commit: r379937 - head/devel/p5-File-Flat

Adam Weinberger adamw at FreeBSD.org
Wed Feb 25 18:38:25 UTC 2015


Author: adamw
Date: Wed Feb 25 18:38:24 2015
New Revision: 379937
URL: https://svnweb.freebsd.org/changeset/ports/379937
QAT: https://qat.redports.org/buildarchive/r379937/

Log:
  Test::ClassAPI is a TEST depend, not BUILD/RUN.

Modified:
  head/devel/p5-File-Flat/Makefile

Modified: head/devel/p5-File-Flat/Makefile
==============================================================================
--- head/devel/p5-File-Flat/Makefile	Wed Feb 25 18:34:36 2015	(r379936)
+++ head/devel/p5-File-Flat/Makefile	Wed Feb 25 18:38:24 2015	(r379937)
@@ -3,7 +3,7 @@
 
 PORTNAME=	File-Flat
 PORTVERSION=	1.04
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,18 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Implements a flat filesystem
 
-RUN_DEPENDS=	p5-Test-ClassAPI>=0:${PORTSDIR}/devel/p5-Test-ClassAPI \
-		p5-File-NCopy>=0:${PORTSDIR}/devel/p5-File-NCopy \
-		p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
-		p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove \
-		p5-Class-Autouse>=0:${PORTSDIR}/devel/p5-Class-Autouse \
-		p5-prefork>=0:${PORTSDIR}/devel/p5-prefork
-BUILD_DEPENDS=	p5-Test-ClassAPI>=0:${PORTSDIR}/devel/p5-Test-ClassAPI \
-		p5-File-NCopy>=0:${PORTSDIR}/devel/p5-File-NCopy \
+BUILD_DEPENDS=	p5-File-NCopy>=0:${PORTSDIR}/devel/p5-File-NCopy \
 		p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
 		p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove \
 		p5-Class-Autouse>=0:${PORTSDIR}/devel/p5-Class-Autouse \
 		p5-prefork>=0:${PORTSDIR}/devel/p5-prefork
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-ClassAPI>=0:${PORTSDIR}/devel/p5-Test-ClassAPI
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list