a1ffe654e7
only build-time. Found out after seeing random Plack and Server::Starter strange build failures..
21 lines
449 B
Makefile
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>
|