2006-05-14 11:15:40 +02:00
|
|
|
# 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
|
2007-02-24 13:34:46 +01:00
|
|
|
PORTVERSION= 1.05
|
2006-05-14 11:15:40 +02:00
|
|
|
CATEGORIES= net perl5 devel
|
2006-07-31 00:46:04 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-14 11:15:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
|
|
COMMENT= POE component for non-blocking ident lookups
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
|
2006-09-04 10:33:14 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-14 11:15:40 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= POE::Component::Client::Ident.3 \
|
2006-09-04 10:33:14 +02:00
|
|
|
POE::Component::Client::Ident::Agent.3 \
|
|
|
|
POE::Filter::Ident.3
|
2006-05-14 11:15:40 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|