17 lines
332 B
Makefile
17 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/02/19 07:16:15 benoit Exp $
|
|
|
|
COMMENT = testing TCP program
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Test-TCP-2.22
|
|
CATEGORIES = net
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
RUN_DEPENDS = devel/p5-Test-SharedFork>=0.29
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|