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
|
2009-05-30 19:15:14 +02:00
|
|
|
PORTVERSION= 1.16
|
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-
|
|
|
|
|
2008-09-07 18:19:33 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2006-05-14 11:15:40 +02:00
|
|
|
COMMENT= POE component for non-blocking ident lookups
|
|
|
|
|
2007-08-11 21:45:34 +02:00
|
|
|
BUILD_DEPENDS= p5-POE>=0.9999:${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>
|