svn commit: r475704 - head/devel/p5-DateTime-Astro

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 29 19:11:19 UTC 2018


Author: sunpoet
Date: Sun Jul 29 19:11:17 2018
New Revision: 475704
URL: https://svnweb.freebsd.org/changeset/ports/475704

Log:
  Change the way *_DEPENDS are set

Modified:
  head/devel/p5-DateTime-Astro/Makefile

Modified: head/devel/p5-DateTime-Astro/Makefile
==============================================================================
--- head/devel/p5-DateTime-Astro/Makefile	Sun Jul 29 19:11:12 2018	(r475703)
+++ head/devel/p5-DateTime-Astro/Makefile	Sun Jul 29 19:11:17 2018	(r475704)
@@ -15,12 +15,12 @@ COMMENT=	Functions For Astromical Calendars
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
-		p5-DateTime-Set>=0:devel/p5-DateTime-Set
+BUILD_DEPENDS=	p5-Module-Build-XSUtil>=0.16:devel/p5-Module-Build-XSUtil \
+		${RUN_DEPENDS}
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-BUILD_DEPENDS+=	p5-Module-Build-XSUtil>=0.16:devel/p5-Module-Build-XSUtil
+RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
+		p5-DateTime-Set>=0:devel/p5-DateTime-Set
 TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
 USE_PERL5=	modbuild


More information about the svn-ports-head mailing list