diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 16:33:44 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-05 16:33:44 +0000 |
commit | 32fbdf5e2a99c45afa117b8ab1d684e0ab2b7cfa (patch) | |
tree | f6b9f1686e2aa7f145bfb8e220b5a1b7cc097532 /mail/p5-Mail-MboxParser | |
parent | 855ee7985c4f46109eb6bc0d5ebd34c0ec6c803c (diff) | |
download | ports-32fbdf5e2a99c45afa117b8ab1d684e0ab2b7cfa.tar.gz ports-32fbdf5e2a99c45afa117b8ab1d684e0ab2b7cfa.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-MboxParser')
-rw-r--r-- | mail/p5-Mail-MboxParser/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Mail-MboxParser/pkg-plist | 5 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/p5-Mail-MboxParser/Makefile b/mail/p5-Mail-MboxParser/Makefile index 17eb4d515dc1..d42f69b585dc 100644 --- a/mail/p5-Mail-MboxParser/Makefile +++ b/mail/p5-Mail-MboxParser/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org -COMMENT= A module for working with UNIX-flavoured mailboxes +COMMENT= Module for working with UNIX-flavoured mailboxes BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser @@ -18,10 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Mail::MboxParser.3 Mail::MboxParser::Base.3 \ - Mail::MboxParser::Mail.3 \ - Mail::MboxParser::Mail::Body.3 \ - Mail::MboxParser::Mail::Convertable.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/p5-Mail-MboxParser/pkg-plist b/mail/p5-Mail-MboxParser/pkg-plist index ea890e5ee681..c470f92b3949 100644 --- a/mail/p5-Mail-MboxParser/pkg-plist +++ b/mail/p5-Mail-MboxParser/pkg-plist @@ -4,6 +4,11 @@ %%SITE_PERL%%/Mail/MboxParser/Mail/Convertable.pm %%SITE_PERL%%/Mail/MboxParser/Mail/Body.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser/.packlist +%%PERL5_MAN3%%/Mail::MboxParser.3.gz +%%PERL5_MAN3%%/Mail::MboxParser::Base.3.gz +%%PERL5_MAN3%%/Mail::MboxParser::Mail.3.gz +%%PERL5_MAN3%%/Mail::MboxParser::Mail::Body.3.gz +%%PERL5_MAN3%%/Mail::MboxParser::Mail::Convertable.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser @dirrm %%SITE_PERL%%/Mail/MboxParser/Mail @dirrm %%SITE_PERL%%/Mail/MboxParser |