diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-01-04 07:04:38 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-01-04 07:04:38 +0000 |
commit | 41d19713ef291624c1101f84151a9954c72345c6 (patch) | |
tree | e6711925299c3d9a99dda677ad325cc12f776acc /security/p5-Authen-SASL | |
parent | 4acaf7a87270d030ddf5e96a40732788ffb5e5df (diff) | |
download | ports-41d19713ef291624c1101f84151a9954c72345c6.tar.gz ports-41d19713ef291624c1101f84151a9954c72345c6.zip |
Notes
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Authen-SASL/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Authen-SASL/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Authen-SASL/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Authen-SASL/pkg-plist | 15 |
5 files changed, 45 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile new file mode 100644 index 000000000000..824416378377 --- /dev/null +++ b/security/p5-Authen-SASL/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Authen-SASL +# Date created: January 3rd 2003 +# Whom: Blaz Zupan <blaz@si.FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= p5-Authen-SASL +PORTVERSION= 2.02 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Authen +DISTNAME= Authen-SASL-${PORTVERSION} + +MAINTAINER= blaz@si.FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Authen::SASL.3 + +.include <bsd.port.mk> diff --git a/security/p5-Authen-SASL/distinfo b/security/p5-Authen-SASL/distinfo new file mode 100644 index 000000000000..0d6a1014d334 --- /dev/null +++ b/security/p5-Authen-SASL/distinfo @@ -0,0 +1 @@ +MD5 (Authen-SASL-2.02.tar.gz) = 0c360ff57c975507a698ebd186e6744c diff --git a/security/p5-Authen-SASL/pkg-comment b/security/p5-Authen-SASL/pkg-comment new file mode 100644 index 000000000000..c288b7cedb43 --- /dev/null +++ b/security/p5-Authen-SASL/pkg-comment @@ -0,0 +1 @@ +Perl5 module for SASL authentication diff --git a/security/p5-Authen-SASL/pkg-descr b/security/p5-Authen-SASL/pkg-descr new file mode 100644 index 000000000000..a6c43878acba --- /dev/null +++ b/security/p5-Authen-SASL/pkg-descr @@ -0,0 +1,6 @@ +SASL is a generic mechanism for authentication used by +several network protocols. Authen::SASL provides an +implementation framework that all protocols should be able +to share. + +WWW: http://search.cpan.org/search?dist=Authen-SASL diff --git a/security/p5-Authen-SASL/pkg-plist b/security/p5-Authen-SASL/pkg-plist new file mode 100644 index 000000000000..412762429b8c --- /dev/null +++ b/security/p5-Authen-SASL/pkg-plist @@ -0,0 +1,15 @@ +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/CRAM_MD5.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/LOGIN.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/ANONYMOUS.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/EXTERNAL.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl/PLAIN.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/EXTERNAL.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/CRAM_MD5.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/SASL/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/SASL 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen 2>/dev/null || true |