freebsd-ports/news/p5-POE-Component-Client-NNTP/Makefile
Sergey Skvortsov 832c9dcf06 Update to 2.10
Changes:	http://cpansearch.perl.org/src/BINGOS/POE-Component-Client-NNTP-2.10/Changes
PR:		ports/131400
Submitted by:	pgollucci
2009-02-23 13:55:19 +00:00

30 lines
925 B
Makefile

# 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
PORTVERSION= 2.10
CATEGORIES= news perl5 devel
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= POE component for non-blocking NNTP access
BUILD_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
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::Client::NNTP.3 \
POE::Component::Client::NNTP::Constants.3
.include <bsd.port.mk>