1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

p5-NNTPClient implements a client interface to NNTP, enabling

a Perl 5 application to talk to NNTP servers.
This commit is contained in:
Ade Lovett 2000-06-01 20:14:33 +00:00
parent 9e03cae351
commit ff874b3b39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29074
6 changed files with 36 additions and 0 deletions

View File

@ -23,6 +23,7 @@
SUBDIR += nntpbtr
SUBDIR += nntpcache
SUBDIR += p5-Gateway
SUBDIR += p5-NNTPClient
SUBDIR += p5-News-Article
SUBDIR += p5-News-Newsrc
SUBDIR += pan

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-NNTPClient
# Date created: 1st June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= p5-NNTPClient
PORTVERSION= 0.36
CATEGORIES= news perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= News
DISTNAME= NNTPClient-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
USE_PERL5= YES
.include <bsd.port.pre.mk>
MAN3= News::NNTPClient.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (NNTPClient-0.36.tar.gz) = eb4db161c6f8a50ae8c4c5ab41abd5b6

View File

@ -0,0 +1 @@
Client interface to NNTP (RFC977)

View File

@ -0,0 +1,3 @@
This module implements a client interface to NNTP, enabling a Perl 5
application to talk to NNTP servers. It uses the OOP (Object Oriented
Programming) interface introduced with Perl 5.

View File

@ -0,0 +1,3 @@
lib/perl5/site_perl/%%PERL_VER%%/News/NNTPClient.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/NNTPClient/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/News/NNTPClient