2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
2007-02-24 10:06:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-Server-NNTP
|
2009-07-21 10:56:27 +02:00
|
|
|
PORTVERSION= 1.04
|
2007-02-24 10:06:35 +01:00
|
|
|
CATEGORIES= news perl5
|
2007-12-15 00:15:19 +01:00
|
|
|
MASTER_SITES= CPAN
|
2007-02-24 10:06:35 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Component that provides NNTP server functionality
|
2007-02-24 10:06:35 +01:00
|
|
|
|
|
|
|
RUN_DEPENDS= p5-POE>=0.38:${PORTSDIR}/devel/p5-POE \
|
|
|
|
p5-POE-Component-Pluggable>=0.03:${PORTSDIR}/devel/p5-POE-Component-Pluggable \
|
|
|
|
p5-POE-Component-Client-NNTP>=1.05:${PORTSDIR}/news/p5-POE-Component-Client-NNTP
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= POE::Component::Server::NNTP.3 \
|
|
|
|
POE::Component::Server::NNTP::Constants.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|