ports/devel/p5-Test-POE-Server-TCP/Makefile

20 lines
324 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = POE component providing TCP server services for test cases
MODULES = cpan
PKG_ARCH = *
DISTNAME = Test-POE-Server-TCP-1.20
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
MAKE_ENV += TEST_POD=1
RUN_DEPENDS= devel/p5-POE
BUILD_DEPENDS= ${RUN_DEPENDS}
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>