diff options
author | demon <demon@FreeBSD.org> | 2003-01-04 15:04:38 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-01-04 15:04:38 +0800 |
commit | 13fbe6037d6b3fe08fa3a617b7bcc135640b5c34 (patch) | |
tree | 3d7b770c6dc8ed1abe32e9a38d3353fce9db9bdc /security/p5-Authen-SASL | |
parent | 9510ebf7f14823213adc08030e2f22f89f666c03 (diff) | |
download | freebsd-ports-gnome-13fbe6037d6b3fe08fa3a617b7bcc135640b5c34.tar.gz freebsd-ports-gnome-13fbe6037d6b3fe08fa3a617b7bcc135640b5c34.tar.zst freebsd-ports-gnome-13fbe6037d6b3fe08fa3a617b7bcc135640b5c34.zip |
New port: p5-Authen-SASL.
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.
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
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 |