aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-POE-Component-Client-Ident/Makefile
blob: 62878f39d25cd3fbe810d31d9ddf46b1b9d86849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	POE-Component-Client-Ident
PORTVERSION=	1.16
PORTREVISION=	1
CATEGORIES=	net perl5 devel
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	POE component for non-blocking ident lookups
WWW=		https://metacpan.org/release/POE-Component-Client-Ident

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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>