svn commit: r396551 - head/textproc/p5-YAML-Tiny-Color

Jun Kuriyama kuriyama at FreeBSD.org
Thu Sep 10 05:46:51 UTC 2015


Author: kuriyama
Date: Thu Sep 10 05:46:50 2015
New Revision: 396551
URL: https://svnweb.freebsd.org/changeset/ports/396551

Log:
  Fix depends.

Modified:
  head/textproc/p5-YAML-Tiny-Color/Makefile

Modified: head/textproc/p5-YAML-Tiny-Color/Makefile
==============================================================================
--- head/textproc/p5-YAML-Tiny-Color/Makefile	Thu Sep 10 03:48:47 2015	(r396550)
+++ head/textproc/p5-YAML-Tiny-Color/Makefile	Thu Sep 10 05:46:50 2015	(r396551)
@@ -2,7 +2,7 @@
 
 PORTNAME=	YAML-Tiny-Color
 PORTVERSION=	0.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,6 +13,9 @@ COMMENT=	Perl extension to dump YAML wit
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+RUN_DEPENDS=	p5-Scalar-Util-LooksLikeNumber>0:${PORTSDIR}/devel/p5-Scalar-Util-LooksLikeNumber
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	YES


More information about the svn-ports-head mailing list