diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 13:01:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 13:01:55 +0000 |
commit | af2c66f206862dfb8f278732c7a18ddd0700015a (patch) | |
tree | 2639990f06ed8d40a0abed9b9959153070ea4e2c /news/p5-News-Article | |
parent | 111b1729d442eaf65b6ba97f92717e716cc1ef1c (diff) | |
download | ports-af2c66f206862dfb8f278732c7a18ddd0700015a.tar.gz ports-af2c66f206862dfb8f278732c7a18ddd0700015a.zip |
Notes
Diffstat (limited to 'news/p5-News-Article')
-rw-r--r-- | news/p5-News-Article/Makefile | 6 | ||||
-rw-r--r-- | news/p5-News-Article/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index e79463cc7d6f..0d43053b6c39 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -12,19 +12,15 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Object for handling Usenet articles in mail or news form BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \ - News::FormReply.3 - OPTIONS_DEFINE= PGP_SIGN OPTIONS_DEFAULT= PGP_SIGN PGP_SIGN_DESC= PGP::Sign support for header signing -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPGP_SIGN} diff --git a/news/p5-News-Article/pkg-plist b/news/p5-News-Article/pkg-plist index e5b4a8b1c6b8..450e65aafbc8 100644 --- a/news/p5-News-Article/pkg-plist +++ b/news/p5-News-Article/pkg-plist @@ -1,8 +1,12 @@ +%%PERL5_MAN3%%/News::Article.3.gz +%%PERL5_MAN3%%/News::AutoReply.3.gz +%%PERL5_MAN3%%/News::FormArticle.3.gz +%%PERL5_MAN3%%/News::FormReply.3.gz %%SITE_PERL%%/News/Article.pm %%SITE_PERL%%/News/AutoReply.pm %%SITE_PERL%%/News/FormArticle.pm %%SITE_PERL%%/News/FormReply.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Article @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/News @dirrmtry %%SITE_PERL%%/News |