diff options
Diffstat (limited to 'news/p5-News-Article')
-rw-r--r-- | news/p5-News-Article/Makefile | 4 | ||||
-rw-r--r-- | news/p5-News-Article/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index 18e7e29515c6..2d2fd8a91ed3 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -7,6 +7,7 @@ PORTNAME= News-Article PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= news perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News @@ -15,9 +16,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Object for handling Usenet articles in mail or news form -RUN_DEPENDS= ${SITE_PERL}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign - PERL_CONFIGURE= yes MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \ diff --git a/news/p5-News-Article/pkg-descr b/news/p5-News-Article/pkg-descr index 24b38be068c3..cef0c8da5707 100644 --- a/news/p5-News-Article/pkg-descr +++ b/news/p5-News-Article/pkg-descr @@ -1,3 +1,5 @@ This module allows for creating articles from scratch, or reading them from various data sources; various header manipulations, and posting via NNTP or mailing via a sendmail-workalike. + +WWW: http://search.cpan.org/dist/News-Article/ |