aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-08-29 12:21:58 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-08-29 12:21:58 +0000
commitb1c1340f4e8c0430bbf65833159f96795d6a28b5 (patch)
treecef43a61f4df3c8f78afa588402661d3a8e270b5 /security/p5-Authen-SASL
parentdfcfff2394828c9282e5db0dc71c5f25bd56b58f (diff)
downloadports-b1c1340f4e8c0430bbf65833159f96795d6a28b5.tar.gz
ports-b1c1340f4e8c0430bbf65833159f96795d6a28b5.zip
- fixed plist
- made portlint happy PR: 55962 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=87975
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