16 lines
284 B
Makefile
16 lines
284 B
Makefile
COMMENT = testing TCP program
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Test-TCP-2.22
|
|
CATEGORIES = net
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = devel/p5-Test-SharedFork>=0.29
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|