aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL-Cyrus
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-11-01 11:49:34 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-11-01 11:49:34 +0000
commit9b21ba500d2013a56afc001b93173a246d3b21cf (patch)
treefe867689f40227cd6e6d8d6b10456db867592608 /security/p5-Authen-SASL-Cyrus
parentd9f2d34d9fc3f7b8461a4a4adf59d32801e80bd6 (diff)
downloadports-9b21ba500d2013a56afc001b93173a246d3b21cf.tar.gz
ports-9b21ba500d2013a56afc001b93173a246d3b21cf.zip
Notes
Diffstat (limited to 'security/p5-Authen-SASL-Cyrus')
-rw-r--r--security/p5-Authen-SASL-Cyrus/Makefile26
-rw-r--r--security/p5-Authen-SASL-Cyrus/distinfo2
-rw-r--r--security/p5-Authen-SASL-Cyrus/pkg-descr9
-rw-r--r--security/p5-Authen-SASL-Cyrus/pkg-plist13
4 files changed, 50 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile
new file mode 100644
index 000000000000..749dd5b5a4bb
--- /dev/null
+++ b/security/p5-Authen-SASL-Cyrus/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: Authen-SASL-Cyrus
+# Date created: 01 November 2005
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Authen-SASL-Cyrus
+PORTVERSION= 0.12
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Authen
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= XS SASL Authentication
+
+BUILD_DEPENDS= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
+LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Authen::SASL::Cyrus.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Authen-SASL-Cyrus/distinfo b/security/p5-Authen-SASL-Cyrus/distinfo
new file mode 100644
index 000000000000..5ba36f6f9e9b
--- /dev/null
+++ b/security/p5-Authen-SASL-Cyrus/distinfo
@@ -0,0 +1,2 @@
+MD5 (Authen-SASL-Cyrus-0.12.tar.gz) = d075113234b00b40af8cd1644a566970
+SIZE (Authen-SASL-Cyrus-0.12.tar.gz) = 11522
diff --git a/security/p5-Authen-SASL-Cyrus/pkg-descr b/security/p5-Authen-SASL-Cyrus/pkg-descr
new file mode 100644
index 000000000000..bfe70681b79f
--- /dev/null
+++ b/security/p5-Authen-SASL-Cyrus/pkg-descr
@@ -0,0 +1,9 @@
+SASL is a generic mechanism for authentication used by several network
+protocols. Authen::SASL::Cyrus provides an implementation framework
+that all protocols should be able to share.
+
+The XS framework makes calls into the existing libsasl2.so shared
+library to perform SASL client connection functionality, including
+loading existing shared library mechanisms.
+
+WWW: http://search.cpan.org/dist/Authen-SASL-Cyrus/
diff --git a/security/p5-Authen-SASL-Cyrus/pkg-plist b/security/p5-Authen-SASL-Cyrus/pkg-plist
new file mode 100644
index 000000000000..7f10f5ad82ae
--- /dev/null
+++ b/security/p5-Authen-SASL-Cyrus/pkg-plist
@@ -0,0 +1,13 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Authen/SASL/Cyrus.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Authen/SASL/Cyrus.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/Authen/SASL/Cyrus/Security.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/Cyrus/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/Cyrus/Cyrus.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/Cyrus/Cyrus.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Authen/SASL/Cyrus
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/Cyrus
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Authen/SASL 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Authen 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL/Cyrus 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/SASL 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true