diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 15:35:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 15:35:01 +0000 |
commit | d0041c4ec78d063c0801faf0644054ed51607fb5 (patch) | |
tree | ef723766f866dc083f583ff188825b20215558a8 /security/p5-Authen-PAM | |
parent | f139c3d6587afb6ab5e2163b305810c28a40cab8 (diff) | |
download | ports-d0041c4ec78d063c0801faf0644054ed51607fb5.tar.gz ports-d0041c4ec78d063c0801faf0644054ed51607fb5.zip |
Notes
Diffstat (limited to 'security/p5-Authen-PAM')
-rw-r--r-- | security/p5-Authen-PAM/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Authen-PAM/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Authen-PAM/pkg-plist | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/security/p5-Authen-PAM/Makefile b/security/p5-Authen-PAM/Makefile index f850f52419ea..fdd13e2ee064 100644 --- a/security/p5-Authen-PAM/Makefile +++ b/security/p5-Authen-PAM/Makefile @@ -6,17 +6,18 @@ # PORTNAME= Authen-PAM -PORTVERSION= 0.09 +PORTVERSION= 0.11 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen PKGNAMEPREFIX= p5- -MAINTAINER= matt@zigg.com +MAINTAINER= ports@FreeBSD.org PERL_CONFIGURE= yes -MAN3= Authen::PAM.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Authen::FAQ.3 \ + Authen::PAM.3 .include <bsd.port.mk> diff --git a/security/p5-Authen-PAM/distinfo b/security/p5-Authen-PAM/distinfo index 906866ecb80e..db43c2ad1d1f 100644 --- a/security/p5-Authen-PAM/distinfo +++ b/security/p5-Authen-PAM/distinfo @@ -1 +1 @@ -MD5 (Authen-PAM-0.09.tar.gz) = c41ba3fd0874fa0fa2630fb1ede47eb9 +MD5 (Authen-PAM-0.11.tar.gz) = fa8460b2ea08d53e73f9c0be25d84ce1 diff --git a/security/p5-Authen-PAM/pkg-plist b/security/p5-Authen-PAM/pkg-plist index bbfe9354e275..f394bc6404ec 100644 --- a/security/p5-Authen-PAM/pkg-plist +++ b/security/p5-Authen-PAM/pkg-plist @@ -1,3 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/FAQ.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/PAM.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.so lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.bs |