diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 14:42:58 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 14:42:58 +0000 |
commit | b34665f1ea93c251f9337f073714fa0ecbec0d2f (patch) | |
tree | edba42d5657885c15a44649a3d381e61a3e8916e | |
parent | ccb088850f0f986bea2a5fa9ec5ec619725caf7b (diff) | |
download | FreeBSD-ports-b34665f1ea93c251f9337f073714fa0ecbec0d2f.zip FreeBSD-ports-b34665f1ea93c251f9337f073714fa0ecbec0d2f.tar.gz |
- Stage support
-rw-r--r-- | devel/p5-ExtUtils-XSpp/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-ExtUtils-XSpp/pkg-plist | 23 | ||||
-rw-r--r-- | mail/p5-MIME-Lite-TT-HTML/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MIME-Lite-TT-HTML/pkg-plist | 1 | ||||
-rw-r--r-- | security/p5-File-KeePass-Agent/Makefile | 6 | ||||
-rw-r--r-- | security/p5-File-KeePass-Agent/pkg-plist | 4 |
6 files changed, 28 insertions, 34 deletions
diff --git a/devel/p5-ExtUtils-XSpp/Makefile b/devel/p5-ExtUtils-XSpp/Makefile index f7b66c3..c4a3c5c 100644 --- a/devel/p5-ExtUtils-XSpp/Makefile +++ b/devel/p5-ExtUtils-XSpp/Makefile @@ -17,31 +17,6 @@ BUILD_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \ USES= perl5 USE_PERL5= modbuild -MAN1= xspp.1 -MAN3= ExtUtils::XSpp.3 \ - ExtUtils::XSpp::Cmd.3 \ - ExtUtils::XSpp::Exception.3 \ - ExtUtils::XSpp::Node.3 \ - ExtUtils::XSpp::Node::Access.3 \ - ExtUtils::XSpp::Node::Argument.3 \ - ExtUtils::XSpp::Node::Class.3 \ - ExtUtils::XSpp::Node::Comment.3 \ - ExtUtils::XSpp::Node::Constructor.3 \ - ExtUtils::XSpp::Node::Destructor.3 \ - ExtUtils::XSpp::Node::Enum.3 \ - ExtUtils::XSpp::Node::EnumValue.3 \ - ExtUtils::XSpp::Node::File.3 \ - ExtUtils::XSpp::Node::Function.3 \ - ExtUtils::XSpp::Node::Method.3 \ - ExtUtils::XSpp::Node::Module.3 \ - ExtUtils::XSpp::Node::Package.3 \ - ExtUtils::XSpp::Node::PercAny.3 \ - ExtUtils::XSpp::Node::Raw.3 \ - ExtUtils::XSpp::Parser.3 \ - ExtUtils::XSpp::Plugin.3 \ - ExtUtils::XSpp::Typemap.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501301 diff --git a/devel/p5-ExtUtils-XSpp/pkg-plist b/devel/p5-ExtUtils-XSpp/pkg-plist index 48b479e..263b908 100644 --- a/devel/p5-ExtUtils-XSpp/pkg-plist +++ b/devel/p5-ExtUtils-XSpp/pkg-plist @@ -36,6 +36,29 @@ bin/xspp %%SITE_PERL%%/ExtUtils/XSpp/Typemap/parsed.pm %%SITE_PERL%%/ExtUtils/XSpp/Typemap/reference.pm %%SITE_PERL%%/ExtUtils/XSpp/Typemap/simple.pm +%%PERL5_MAN3%%/ExtUtils::XSpp.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Cmd.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Exception.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Access.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Argument.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Class.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Comment.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Constructor.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Destructor.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Enum.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::EnumValue.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::File.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Function.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Method.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Module.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Package.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::PercAny.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Node::Raw.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Parser.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Plugin.3.gz +%%PERL5_MAN3%%/ExtUtils::XSpp::Typemap.3.gz +man/man1/xspp.1.gz @dirrmtry %%SITE_PERL%%/ExtUtils/XSpp/Exception @dirrmtry %%SITE_PERL%%/ExtUtils/XSpp/Node @dirrmtry %%SITE_PERL%%/ExtUtils/XSpp/Typemap diff --git a/mail/p5-MIME-Lite-TT-HTML/Makefile b/mail/p5-MIME-Lite-TT-HTML/Makefile index 8ae1b1e..e7a2650 100644 --- a/mail/p5-MIME-Lite-TT-HTML/Makefile +++ b/mail/p5-MIME-Lite-TT-HTML/Makefile @@ -24,7 +24,4 @@ RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ USES= perl5 USE_PERL5= modbuild -MAN3= MIME::Lite::TT::HTML.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/mail/p5-MIME-Lite-TT-HTML/pkg-plist b/mail/p5-MIME-Lite-TT-HTML/pkg-plist index 885e1bd..f5cbf70 100644 --- a/mail/p5-MIME-Lite-TT-HTML/pkg-plist +++ b/mail/p5-MIME-Lite-TT-HTML/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/MIME/Lite/TT/HTML.pm +%%PERL5_MAN3%%/MIME::Lite::TT::HTML.3.gz @dirrmtry %%SITE_PERL%%/MIME/Lite/TT @dirrmtry %%SITE_PERL%%/MIME/Lite @dirrmtry %%SITE_PERL%%/MIME diff --git a/security/p5-File-KeePass-Agent/Makefile b/security/p5-File-KeePass-Agent/Makefile index a962b74..6f35501 100644 --- a/security/p5-File-KeePass-Agent/Makefile +++ b/security/p5-File-KeePass-Agent/Makefile @@ -21,10 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= fkp-agent.1 -MAN3= File::KeePass::Agent.3 \ - File::KeePass::Agent::linux.3 \ - File::KeePass::Agent::unix.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-File-KeePass-Agent/pkg-plist b/security/p5-File-KeePass-Agent/pkg-plist index de51710..d218c7a 100644 --- a/security/p5-File-KeePass-Agent/pkg-plist +++ b/security/p5-File-KeePass-Agent/pkg-plist @@ -3,6 +3,10 @@ bin/fkp-agent %%SITE_PERL%%/File/KeePass/Agent/linux.pm %%SITE_PERL%%/File/KeePass/Agent/unix.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/Agent/.packlist +%%PERL5_MAN3%%/File::KeePass::Agent.3.gz +%%PERL5_MAN3%%/File::KeePass::Agent::linux.3.gz +%%PERL5_MAN3%%/File::KeePass::Agent::unix.3.gz +man/man1/fkp-agent.1.gz @dirrm %%SITE_PERL%%/File/KeePass/Agent @dirrm %%SITE_PERL%%/File/KeePass @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/Agent |