fixup TEST_DEPENDS

This commit is contained in:
jasper 2014-03-22 14:08:56 +00:00
parent d59d1d473e
commit 96107540dc
7 changed files with 44 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:13 espie Exp $
# $OpenBSD: Makefile,v 1.9 2014/03/22 14:08:56 jasper Exp $
COMMENT = use Moose or Mouse modules
@ -9,9 +9,14 @@ CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Mouse>=0.40
RUN_DEPENDS = devel/p5-Mouse>=0.40
TEST_DEPENDS = devel/p5-Moose \
devel/p5-MooseX-Types
TEST_DEPENDS = devel/p5-Class-Load \
devel/p5-Devel-GlobalDestruction \
devel/p5-Module-Runtime \
devel/p5-Moose \
devel/p5-MooseX-Types \
devel/p5-MouseX-Types \
devel/p5-MRO-Compat
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:16 espie Exp $
# $OpenBSD: Makefile,v 1.6 2014/03/22 14:08:56 jasper Exp $
COMMENT= partial dumping of data structures
@ -17,4 +17,11 @@ RUN_DEPENDS= devel/p5-Moose \
devel/p5-Sub-Exporter \
devel/p5-namespace-clean
TEST_DEPENDS= devel/p5-Devel-GlobalDestruction \
devel/p5-Class-Load \
devel/p5-Module-Runtime \
devel/p5-MRO-Compat \
devel/p5-Test-use-ok
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:19 espie Exp $
# $OpenBSD: Makefile,v 1.6 2014/03/22 14:08:56 jasper Exp $
COMMENT= Moose role for setting attributes from a config file
@ -16,5 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= devel/p5-Moose \
devel/p5-MooseX-Types-Path-Class
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= devel/p5-Class-Load \
devel/p5-Module-Runtime
.include <bsd.port.mk>

View File

@ -1,16 +1,20 @@
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:19 espie Exp $
# $OpenBSD: Makefile,v 1.3 2014/03/22 14:08:56 jasper Exp $
COMMENT = role for daemonizing your Moose based application
MODULES = cpan
DISTNAME = MooseX-Daemonize-0.13
REVISION = 0
CATEGORIES = devel
# same as perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Moose \
devel/p5-MooseX-Getopt \
devel/p5-MooseX-Getopt>=0.62 \
devel/p5-MooseX-Types-Path-Class
TEST_DEPENDS = devel/p5-Class-Load \
devel/p5-Devel-GlobalDestruction \
devel/p5-MRO-Compat
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:19 espie Exp $
# $OpenBSD: Makefile,v 1.10 2014/03/22 14:08:56 jasper Exp $
COMMENT = logging Role with easy interface for Moose
@ -14,7 +14,10 @@ PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Moose \
devel/p5-Log-Log4perl \
devel/p5-IO-stringy
BUILD_DEPENDS = ${RUN_DEPENDS}
TEST_DEPENDS = devel/p5-Class-Load \
devel/p5-Devel-GlobalDestruction \
devel/p5-Module-Runtime \
devel/p5-MRO-Compat
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2014/03/21 15:08:31 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2014/03/22 14:09:54 jasper Exp $
COMMENT= logging role for Moose
@ -12,10 +12,14 @@ PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
USE_GROFF = Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-IO-stringy \
devel/p5-Log-Dispatch-Config \
devel/p5-Moose \
devel/p5-Test-Exception
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS = devel/p5-Class-Load \
devel/p5-Devel-GlobalDestruction \
devel/p5-Module-Runtime \
devel/p5-MRO-Compat
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:19 espie Exp $
# $OpenBSD: Makefile,v 1.7 2014/03/22 14:08:56 jasper Exp $
COMMENT= the Illicit Love Child of Moose and POE
@ -14,7 +14,11 @@ MODULES= cpan
RUN_DEPENDS= devel/p5-Moose \
devel/p5-POE
TEST_DEPENDS= devel/p5-Test-Fatal \
devel/p5-MooseX-Declare>=0.35
TEST_DEPENDS= devel/p5-Class-Load \
devel/p5-Devel-GlobalDestruction \
devel/p5-Test-Fatal \
devel/p5-Module-Runtime \
devel/p5-MooseX-Declare>=0.35 \
devel/p5-MRO-Compat
.include <bsd.port.mk>