diff options
author | az <az@FreeBSD.org> | 2014-01-30 16:45:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 16:45:50 +0800 |
commit | cfd22b4d5f6e2b8f02151626560ccbac83a45526 (patch) | |
tree | 91cba98e40bd55e804de1cd3543339c59ce1892b /security/p5-Authen-PAM | |
parent | 59a8dbc022ea39ecb83763346ae36909baf64443 (diff) | |
download | freebsd-ports-gnome-cfd22b4d5f6e2b8f02151626560ccbac83a45526.tar.gz freebsd-ports-gnome-cfd22b4d5f6e2b8f02151626560ccbac83a45526.tar.zst freebsd-ports-gnome-cfd22b4d5f6e2b8f02151626560ccbac83a45526.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'security/p5-Authen-PAM')
-rw-r--r-- | security/p5-Authen-PAM/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Authen-PAM/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/security/p5-Authen-PAM/Makefile b/security/p5-Authen-PAM/Makefile index 58d8d47b7775..8b013c33e67d 100644 --- a/security/p5-Authen-PAM/Makefile +++ b/security/p5-Authen-PAM/Makefile @@ -9,14 +9,10 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= des@FreeBSD.org -COMMENT= A Perl interface to the PAM library +COMMENT= Perl interface to the PAM library USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= -DPAM_STRERROR_NEEDS_PAMH -MAN3= Authen::PAM.3 \ - Authen::PAM::FAQ.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-PAM/pkg-plist b/security/p5-Authen-PAM/pkg-plist index b990799b76a9..8a083e16c4b8 100644 --- a/security/p5-Authen-PAM/pkg-plist +++ b/security/p5-Authen-PAM/pkg-plist @@ -3,6 +3,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM/.packlist +%%PERL5_MAN3%%/Authen::PAM.3.gz +%%PERL5_MAN3%%/Authen::PAM::FAQ.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/PAM @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Authen/PAM |