TEST_DEPENDS=${RUN_DEPENDS} is already set by cpan.port.mk

This commit is contained in:
jasper 2014-03-23 14:27:39 +00:00
parent 41db6cd14e
commit f87a962ab9
4 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:14 espie Exp $
# $OpenBSD: Makefile,v 1.9 2014/03/23 14:27:39 jasper Exp $
COMMENT= alternative object layout in perl
@ -16,6 +16,5 @@ PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE=modbuild
RUN_DEPENDS= devel/p5-Class-ISA
TEST_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2013/03/21 20:58:24 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2014/03/23 14:27:39 jasper Exp $
COMMENT = coroutines for perl
@ -19,7 +19,6 @@ RUN_DEPENDS = devel/p5-Event>=0.89 \
devel/p5-EV>=3.3 \
devel/p5-common-sense \
devel/p5-Guard>=0.5
TEST_DEPENDS = ${RUN_DEPENDS}
# will use hand-made assembler on i386/amd64
# can force it to use sjlj like on other platforms, to

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/02/04 08:05:18 espie Exp $
# $OpenBSD: Makefile,v 1.2 2014/03/23 14:27:39 jasper Exp $
COMMENT = tracking back references
@ -9,7 +9,6 @@ CATEGORIES = devel
MAINTAINER = Marc Espie <espie@openbsd.org>
RUN_DEPENDS = devel/p5-common-sense
TEST_DEPENDS = ${RUN_DEPENDS}
# perl
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:18 espie Exp $
# $OpenBSD: Makefile,v 1.3 2014/03/23 14:27:39 jasper Exp $
COMMENT = essential utilities for the Iterator class.
@ -13,6 +13,5 @@ PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Iterator
TEST_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>