aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-POE-Component-Client-Ident/Makefile
blob: df6ad35cdc08bfb585af4ce979b91f469424c322 (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
25
26
27
# New ports collection makefile for:    POE-Component-Client-Ident
# Date created:     6 May 2006
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   POE-Component-Client-Ident
PORTVERSION=    1.16
CATEGORIES= net perl5 devel
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= miwi@FreeBSD.org
COMMENT=    POE component for non-blocking ident lookups

BUILD_DEPENDS=  p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS:=   ${BUILD_DEPENDS}
TEST_DEPENDS=   p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP

PERL_CONFIGURE= yes

MAN3=       POE::Component::Client::Ident.3 \
        POE::Component::Client::Ident::Agent.3 \
        POE::Filter::Ident.3

.include <bsd.port.mk>