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:
parent
9e03cae351
commit
ff874b3b39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29074
@ -23,6 +23,7 @@
|
||||
SUBDIR += nntpbtr
|
||||
SUBDIR += nntpcache
|
||||
SUBDIR += p5-Gateway
|
||||
SUBDIR += p5-NNTPClient
|
||||
SUBDIR += p5-News-Article
|
||||
SUBDIR += p5-News-Newsrc
|
||||
SUBDIR += pan
|
||||
|
27
news/p5-NNTPClient/Makefile
Normal file
27
news/p5-NNTPClient/Makefile
Normal 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>
|
1
news/p5-NNTPClient/distinfo
Normal file
1
news/p5-NNTPClient/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (NNTPClient-0.36.tar.gz) = eb4db161c6f8a50ae8c4c5ab41abd5b6
|
1
news/p5-NNTPClient/pkg-comment
Normal file
1
news/p5-NNTPClient/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Client interface to NNTP (RFC977)
|
3
news/p5-NNTPClient/pkg-descr
Normal file
3
news/p5-NNTPClient/pkg-descr
Normal 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.
|
3
news/p5-NNTPClient/pkg-plist
Normal file
3
news/p5-NNTPClient/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user