cvs commit: ports/devel/p5-Params-Validate Makefile distinfo

Denis Shaposhnikov dsh at vlink.ru
Tue Jun 15 12:01:13 UTC 2010


On 06/15/2010 15:25, Anton Berezin wrote:

> ===>  Building for p5-Params-Validate-0.95
> Building Params-Validate
> Error: no compiler detected to compile 'lib/Params/Validate.c'.  Aborting
> *** Error code 2

Attached diff fixes this problem.
-------------- next part --------------
diff -ruN --exclude=CVS /usr/ports/devel/p5-Params-Validate/Makefile /home/dsh/ports/devel/p5-Params-Validate/Makefile
--- /usr/ports/devel/p5-Params-Validate/Makefile	2010-06-07 00:15:39.000000000 +0400
+++ /home/dsh/ports/devel/p5-Params-Validate/Makefile	2010-06-15 15:39:32.000000000 +0400
@@ -14,6 +14,9 @@
 MAINTAINER=	dsh at vlink.ru
 COMMENT=	Validate method/function parameters
 
+BUILD_DEPENDS=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers \
+		p5-ExtUtils-CBuilder>=0.2703:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
+
 PERL_MODBUILD=	yes
 
 MAN3=		Attribute::Params::Validate.3 Params::ValidateXS.3 \


More information about the cvs-ports mailing list