diff options
Diffstat (limited to 'security/p5-Net-OpenID-Common')
-rw-r--r-- | security/p5-Net-OpenID-Common/Makefile | 17 | ||||
-rw-r--r-- | security/p5-Net-OpenID-Common/pkg-plist | 10 |
2 files changed, 10 insertions, 17 deletions
diff --git a/security/p5-Net-OpenID-Common/Makefile b/security/p5-Net-OpenID-Common/Makefile index c7e0f5ceacc4..2c4155575022 100644 --- a/security/p5-Net-OpenID-Common/Makefile +++ b/security/p5-Net-OpenID-Common/Makefile @@ -16,29 +16,14 @@ BUILD_DEPENDS= p5-Crypt-DH-GMP>=0:${PORTSDIR}/net/p5-Crypt-DH-GMP \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -RUN_DEPENDS= p5-Crypt-DH-GMP>=0:${PORTSDIR}/net/p5-Crypt-DH-GMP \ - p5-Email-MIME-ContentType>=0:${PORTSDIR}/mail/p5-Email-MIME-ContentType \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::OpenID::Common.3 \ - Net::OpenID::Extension.3 \ - Net::OpenID::Extension::SimpleRegistration.3 \ - Net::OpenID::ExtensionMessage.3 \ - Net::OpenID::IndirectMessage.3 \ - Net::OpenID::URIFetch.3 \ - Net::OpenID::Yadis.3 \ - Net::OpenID::Yadis::Service.3 - .if defined(MAINTAINER_MODE) regression-test: build cd ${WRKSRC} && ${MAKE} test .endif -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-OpenID-Common/pkg-plist b/security/p5-Net-OpenID-Common/pkg-plist index 7f0f68b0dae0..ab6b0f86d17e 100644 --- a/security/p5-Net-OpenID-Common/pkg-plist +++ b/security/p5-Net-OpenID-Common/pkg-plist @@ -1,3 +1,11 @@ +%%PERL5_MAN3%%/Net::OpenID::Common.3.gz +%%PERL5_MAN3%%/Net::OpenID::Extension.3.gz +%%PERL5_MAN3%%/Net::OpenID::Extension::SimpleRegistration.3.gz +%%PERL5_MAN3%%/Net::OpenID::ExtensionMessage.3.gz +%%PERL5_MAN3%%/Net::OpenID::IndirectMessage.3.gz +%%PERL5_MAN3%%/Net::OpenID::URIFetch.3.gz +%%PERL5_MAN3%%/Net::OpenID::Yadis.3.gz +%%PERL5_MAN3%%/Net::OpenID::Yadis::Service.3.gz %%SITE_PERL%%/Net/OpenID/Common.pm %%SITE_PERL%%/Net/OpenID/Extension.pm %%SITE_PERL%%/Net/OpenID/Extension/SimpleRegistration.pm @@ -7,7 +15,7 @@ %%SITE_PERL%%/Net/OpenID/Yadis.pm %%SITE_PERL%%/Net/OpenID/Yadis/Service.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Common/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Common +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID/Common @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenID @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net/OpenID/Yadis |