openbsd-ports/net/p5-Test-TCP/Makefile
landry a1ffe654e7 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..
2011-01-06 20:20:03 +00:00

21 lines
449 B
Makefile

# $OpenBSD: Makefile,v 1.2 2011/01/06 20:20:03 landry Exp $
COMMENT = testing TCP program
MODULES = cpan
DISTNAME = Test-TCP-1.07
REVISION = 0
CATEGORIES = net
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
RUN_DEPENDS = devel/p5-Test-SharedFork>=0.14
BUILD_DEPENDS = ${RUN_DEPENDS}
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>