aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Authen-SASL
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2003-08-29 20:21:58 +0800
committermat <mat@FreeBSD.org>2003-08-29 20:21:58 +0800
commite35885674f85cd135cf4b598d5954d85ab64284f (patch)
treefdebe014ac582cdca5f226cda9a1db5c00797b22 /security/p5-Authen-SASL
parentd80f507ae1446e912b49275ea8b981eaedd7187a (diff)
downloadfreebsd-ports-gnome-e35885674f85cd135cf4b598d5954d85ab64284f.tar.gz
freebsd-ports-gnome-e35885674f85cd135cf4b598d5954d85ab64284f.tar.zst
freebsd-ports-gnome-e35885674f85cd135cf4b598d5954d85ab64284f.zip
- fixed plist
- made portlint happy PR: 55962 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r--security/p5-Authen-SASL/Makefile7
-rw-r--r--security/p5-Authen-SASL/pkg-plist21
2 files changed, 14 insertions, 14 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index 24331e66e7ba..cfe3d1542e85 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -5,19 +5,18 @@
# $FreeBSD$
#
-PORTNAME= p5-Authen-SASL
+PORTNAME= Authen-SASL
PORTVERSION= 2.04
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
-DISTNAME= Authen-SASL-${PORTVERSION}
+PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 module for SASL authentication
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Authen::SASL.3
+MAN3= Authen::SASL.3 Authen::SASL::Perl::DIGEST_MD5.3
.include <bsd.port.mk>
diff --git a/security/p5-Authen-SASL/pkg-plist b/security/p5-Authen-SASL/pkg-plist
index 3529baf679a7..cbeab9d013a3 100644
--- a/security/p5-Authen-SASL/pkg-plist
+++ b/security/p5-Authen-SASL/pkg-plist
@@ -1,16 +1,17 @@
-%%SITE_PERL%%/Authen/SASL/Perl/CRAM_MD5.pm
-%%SITE_PERL%%/Authen/SASL/Perl/LOGIN.pm
+%%SITE_PERL%%/Authen/SASL.pm
+%%SITE_PERL%%/Authen/SASL.pod
+%%SITE_PERL%%/Authen/SASL/CRAM_MD5.pm
+%%SITE_PERL%%/Authen/SASL/EXTERNAL.pm
+%%SITE_PERL%%/Authen/SASL/Perl.pm
%%SITE_PERL%%/Authen/SASL/Perl/ANONYMOUS.pm
+%%SITE_PERL%%/Authen/SASL/Perl/CRAM_MD5.pm
+%%SITE_PERL%%/Authen/SASL/Perl/DIGEST_MD5.pm
%%SITE_PERL%%/Authen/SASL/Perl/EXTERNAL.pm
+%%SITE_PERL%%/Authen/SASL/Perl/LOGIN.pm
%%SITE_PERL%%/Authen/SASL/Perl/PLAIN.pm
-%%SITE_PERL%%/Authen/SASL/EXTERNAL.pm
-%%SITE_PERL%%/Authen/SASL/Perl.pm
-%%SITE_PERL%%/Authen/SASL/CRAM_MD5.pm
-%%SITE_PERL%%/Authen/SASL.pm
-%%SITE_PERL%%/Authen/SASL.pod
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/.packlist
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL 2>/dev/null || true
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Authen/SASL/Perl 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Authen/SASL 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Authen/SASL/Perl
+@dirrm %%SITE_PERL%%/Authen/SASL
@unexec rmdir %D/%%SITE_PERL%%/Authen 2>/dev/null || true