aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-POE-Client-TCP/Makefile
blob: 40b234017d5b3f47dfb7382940375fa75fafb615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    Test-POE-Client-TCP
# Date created:             25 Mar 2009
# Whom:                 Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Test-POE-Client-TCP
PORTVERSION=    1.04
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    A POE Component providing TCP client services for test cases

BUILD_DEPENDS=  p5-POE>=0:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Test::POE::Client::TCP.3

.include <bsd.port.mk>