diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 20:14:33 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 20:14:33 +0000 |
commit | ff874b3b39d968bc469ba9d7762df8e043756dc1 (patch) | |
tree | 181e18a318fe89258c22a7fa83eb1a33240dc721 /news/p5-NNTPClient | |
parent | 9e03cae351c1673836febc16ad0fdefe5cd568c4 (diff) | |
download | ports-ff874b3b39d968bc469ba9d7762df8e043756dc1.tar.gz ports-ff874b3b39d968bc469ba9d7762df8e043756dc1.zip |
Notes
Diffstat (limited to 'news/p5-NNTPClient')
-rw-r--r-- | news/p5-NNTPClient/Makefile | 27 | ||||
-rw-r--r-- | news/p5-NNTPClient/distinfo | 1 | ||||
-rw-r--r-- | news/p5-NNTPClient/pkg-comment | 1 | ||||
-rw-r--r-- | news/p5-NNTPClient/pkg-descr | 3 | ||||
-rw-r--r-- | news/p5-NNTPClient/pkg-plist | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/news/p5-NNTPClient/Makefile b/news/p5-NNTPClient/Makefile new file mode 100644 index 000000000000..bdd371701af6 --- /dev/null +++ b/news/p5-NNTPClient/Makefile @@ -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> diff --git a/news/p5-NNTPClient/distinfo b/news/p5-NNTPClient/distinfo new file mode 100644 index 000000000000..6430ea6b1a9a --- /dev/null +++ b/news/p5-NNTPClient/distinfo @@ -0,0 +1 @@ +MD5 (NNTPClient-0.36.tar.gz) = eb4db161c6f8a50ae8c4c5ab41abd5b6 diff --git a/news/p5-NNTPClient/pkg-comment b/news/p5-NNTPClient/pkg-comment new file mode 100644 index 000000000000..966ebd84e7fc --- /dev/null +++ b/news/p5-NNTPClient/pkg-comment @@ -0,0 +1 @@ +Client interface to NNTP (RFC977) diff --git a/news/p5-NNTPClient/pkg-descr b/news/p5-NNTPClient/pkg-descr new file mode 100644 index 000000000000..02feb06256b4 --- /dev/null +++ b/news/p5-NNTPClient/pkg-descr @@ -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. diff --git a/news/p5-NNTPClient/pkg-plist b/news/p5-NNTPClient/pkg-plist new file mode 100644 index 000000000000..54f2d925318d --- /dev/null +++ b/news/p5-NNTPClient/pkg-plist @@ -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 |