mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
26 lines
624 B
Makefile
26 lines
624 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= POE::Component::Client::Ident.3 \
|
|
POE::Component::Client::Ident::Agent.3 \
|
|
POE::Filter::Ident.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|