c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
28 lines
661 B
Makefile
28 lines
661 B
Makefile
# New ports collection makefile for: p5-Test-Cukes
|
|
# Date created: 26 Aug, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Cukes
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= A BBD test tool inspired by Cucumber
|
|
|
|
BUILD_DEPENDS= p5-Any-Moose>=0.10:${PORTSDIR}/devel/p5-Any-Moose \
|
|
p5-Carp-Assert>=0.20:${PORTSDIR}/devel/p5-Carp-Assert \
|
|
p5-Exporter-Lite>=0.02:${PORTSDIR}/devel/p5-Exporter-Lite \
|
|
p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Cukes.3
|
|
|
|
.include <bsd.port.mk>
|