freebsd-ports/devel/p5-Test-Roo/Makefile
Kurt Jaeger cddb072211 New port: devel/p5-Test-Roo
This module allows you to compose Test::More tests from roles.
It is inspired by the excellent Test::Routine module,
but uses Moo instead of Moose.
This gives most of the benefits
without the need for Moose as a test dependency.

WWW: http://search.cpan.org/dist/Test-Roo/

PR:		211337
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-07-24 16:53:31 +00:00

21 lines
359 B
Makefile

# $FreeBSD$
PORTNAME= Test-Roo
PORTVERSION= 1.004
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= hvo.pm@xs4all.nl
COMMENT= Composable, reusable tests with roles and Moo
LICENSE= APACHE20
BUILD_DEPENDS= p5-Moo>=0:devel/p5-Moo
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>