summaryrefslogtreecommitdiff
path: root/security/p5-Authen-PAM/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-10 15:35:01 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-10 15:35:01 +0000
commitd0041c4ec78d063c0801faf0644054ed51607fb5 (patch)
treeef723766f866dc083f583ff188825b20215558a8 /security/p5-Authen-PAM/Makefile
parentFix version numbers to make eddie compile. (diff)
Upgrade to latest version:
p5-Authen-PAM => 0.11 p5-Config-IniFiles => 2.19 p5-File-Tail => 0.98 p5-ParallelUA => 2.50 p5-dTemplate => 2.0 set MAINTAINER to ports@FreeBSD.org: p5-Authen-PAM Approved by: maintainers
Notes
Notes: svn path=/head/; revision=42497
Diffstat (limited to 'security/p5-Authen-PAM/Makefile')
-rw-r--r--security/p5-Authen-PAM/Makefile7
1 files changed, 4 insertions, 3 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>