diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 20:59:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 20:59:03 +0000 |
commit | a99e50c9b514d1824ec7481dd721979e62981d69 (patch) | |
tree | dd368fbc883c95274ac1c6a8a81aa459e0e84c3a /security/p5-Authen-Simple | |
parent | 69eca098e150d5d1ddf9de173119b57260a072a2 (diff) | |
download | ports-a99e50c9b514d1824ec7481dd721979e62981d69.tar.gz ports-a99e50c9b514d1824ec7481dd721979e62981d69.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Simple')
-rw-r--r-- | security/p5-Authen-Simple/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Authen-Simple/pkg-plist | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/p5-Authen-Simple/Makefile b/security/p5-Authen-Simple/Makefile index 83f9195dfb21..983240844954 100644 --- a/security/p5-Authen-Simple/Makefile +++ b/security/p5-Authen-Simple/Makefile @@ -22,11 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN3= Authen::Simple.3 \ - Authen::Simple::Adapter.3 \ - Authen::Simple::Apache.3 \ - Authen::Simple::Log.3 \ - Authen::Simple::Password.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Simple/pkg-plist b/security/p5-Authen-Simple/pkg-plist index a87022e85089..57c180be037c 100644 --- a/security/p5-Authen-Simple/pkg-plist +++ b/security/p5-Authen-Simple/pkg-plist @@ -4,6 +4,11 @@ %%SITE_PERL%%/Authen/Simple/Log.pm %%SITE_PERL%%/Authen/Simple/Password.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple/.packlist +%%PERL5_MAN3%%/Authen::Simple.3.gz +%%PERL5_MAN3%%/Authen::Simple::Adapter.3.gz +%%PERL5_MAN3%%/Authen::Simple::Apache.3.gz +%%PERL5_MAN3%%/Authen::Simple::Log.3.gz +%%PERL5_MAN3%%/Authen::Simple::Password.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrmtry %%SITE_PERL%%/Authen/Simple |