mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
4c9118f45d
PR: ports/109462 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
27 lines
618 B
Makefile
27 lines
618 B
Makefile
# 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.05
|
|
CATEGORIES= net perl5 devel
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= POE component for non-blocking ident lookups
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= POE::Component::Client::Ident.3 \
|
|
POE::Component::Client::Ident::Agent.3 \
|
|
POE::Filter::Ident.3
|
|
|
|
.include <bsd.port.mk>
|