Fix dependencies. Test::SharedFork is also a runtime dependency, not
only build-time. Found out after seeing random Plack and Server::Starter strange build failures..
This commit is contained in:
parent
83ea6efd00
commit
a1ffe654e7
@ -1,13 +1,15 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:44:52 landry Exp $
|
# $OpenBSD: Makefile,v 1.2 2011/01/06 20:20:03 landry Exp $
|
||||||
|
|
||||||
COMMENT = testing TCP program
|
COMMENT = testing TCP program
|
||||||
|
|
||||||
MODULES = cpan
|
MODULES = cpan
|
||||||
DISTNAME = Test-TCP-1.07
|
DISTNAME = Test-TCP-1.07
|
||||||
|
REVISION = 0
|
||||||
CATEGORIES = net
|
CATEGORIES = net
|
||||||
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||||||
|
|
||||||
BUILD_DEPENDS = devel/p5-Test-SharedFork>=0.14
|
RUN_DEPENDS = devel/p5-Test-SharedFork>=0.14
|
||||||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||||
|
|
||||||
# Perl
|
# Perl
|
||||||
PERMIT_PACKAGE_CDROM = Yes
|
PERMIT_PACKAGE_CDROM = Yes
|
||||||
|
Loading…
Reference in New Issue
Block a user