149703f7ee
Test::POE::Server::TCP is a POE component that provides a TCP server framework for inclusion in client component test cases, instead of having to roll your own.
18 lines
371 B
Makefile
18 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/19 12:49:33 simon Exp $
|
|
|
|
COMMENT = POE component providing TCP server services for test cases
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Test-POE-Server-TCP-1.06
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|