diff options
author | az <az@FreeBSD.org> | 2014-01-06 00:33:44 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-06 00:33:44 +0800 |
commit | cead7604d74d4e0eba680f3d6bc9d179ea41555c (patch) | |
tree | f6b9f1686e2aa7f145bfb8e220b5a1b7cc097532 /mail/p5-Mail-MboxParser | |
parent | 3f064a8fb1a72d5203d556eb3beea77cdccb3834 (diff) | |
download | freebsd-ports-gnome-cead7604d74d4e0eba680f3d6bc9d179ea41555c.tar.gz freebsd-ports-gnome-cead7604d74d4e0eba680f3d6bc9d179ea41555c.tar.zst freebsd-ports-gnome-cead7604d74d4e0eba680f3d6bc9d179ea41555c.zip |
- support stage
Approved by: portmgr (blanket infrastructure)
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 |