freebsd-ports/databases/p5-Test-Cukes/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

23 lines
530 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Test-Cukes
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= BBD test tool inspired by Cucumber
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Any-Moose>=0.10:devel/p5-Any-Moose \
p5-Carp-Assert>=0.20:devel/p5-Carp-Assert \
p5-Exporter-Lite>=0.02:devel/p5-Exporter-Lite \
p5-Try-Tiny>=0.07:lang/p5-Try-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>