2004-10-17 17:02:30 +02:00
|
|
|
# New ports collection makefile for: POE-Component-Client-NNTP
|
|
|
|
# Date created: 17 October 2004
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-Client-NNTP
|
2010-06-10 07:17:23 +02:00
|
|
|
PORTVERSION= 2.18
|
2004-10-17 17:02:30 +02:00
|
|
|
CATEGORIES= news perl5 devel
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-10-17 17:02:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-10 07:17:23 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-10-17 17:02:30 +02:00
|
|
|
COMMENT= POE component for non-blocking NNTP access
|
|
|
|
|
2006-12-25 15:23:55 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
2008-05-31 23:00:54 +02:00
|
|
|
${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
|
|
|
|
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
|
|
|
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
|
|
|
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
|
|
|
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
2010-06-10 07:17:23 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
|
|
|
|
${SITE_PERL}/POE/Component/Pluggable.pm:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
|
|
|
|
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
|
|
|
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
|
|
|
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
|
|
|
|
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
2004-10-17 17:02:30 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2006-12-25 15:23:55 +01:00
|
|
|
MAN3= POE::Component::Client::NNTP.3 \
|
|
|
|
POE::Component::Client::NNTP::Constants.3
|
2004-10-17 17:02:30 +02:00
|
|
|
|
2007-03-03 15:15:57 +01:00
|
|
|
.include <bsd.port.mk>
|