aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-PAM
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 20:32:25 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 20:32:25 +0000
commit8d71c2626182fa9aa6ce04307442aadf4c34bfda (patch)
tree501185b669c7fd611eee5476ec75dd9752dd5e58 /security/p5-Authen-PAM
parent6a86bca9110d0be2499f7227e738c63dd237aa16 (diff)
downloadports-8d71c2626182fa9aa6ce04307442aadf4c34bfda.tar.gz
ports-8d71c2626182fa9aa6ce04307442aadf4c34bfda.zip
Initial import of p5-Authen-PAM version 0.08.
A Perl interface to the PAM library. PR: 14137 Submitted by: Matt Behrens <matt@zigg.com>
Notes
Notes: svn path=/head/; revision=23403
Diffstat (limited to 'security/p5-Authen-PAM')
-rw-r--r--security/p5-Authen-PAM/Makefile25
-rw-r--r--security/p5-Authen-PAM/distinfo1
-rw-r--r--security/p5-Authen-PAM/pkg-comment1
-rw-r--r--security/p5-Authen-PAM/pkg-descr1
-rw-r--r--security/p5-Authen-PAM/pkg-plist7
5 files changed, 35 insertions, 0 deletions
diff --git a/security/p5-Authen-PAM/Makefile b/security/p5-Authen-PAM/Makefile
new file mode 100644
index 000000000000..4e2730ab82e0
--- /dev/null
+++ b/security/p5-Authen-PAM/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-Authen-PAM
+# Version required: 0.08
+# Date created: Mon Oct 4 1999
+# Whom: Matt Behrens <matt@zigg.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= Authen-PAM-0.08
+PKGNAME= p5-Authen-PAM-0.08
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Authen
+
+MAINTAINER= matt@zigg.com
+
+USE_PERL5= YES
+
+MAN3= Authen::PAM.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/security/p5-Authen-PAM/distinfo b/security/p5-Authen-PAM/distinfo
new file mode 100644
index 000000000000..efdf44cfc17d
--- /dev/null
+++ b/security/p5-Authen-PAM/distinfo
@@ -0,0 +1 @@
+MD5 (Authen-PAM-0.08.tar.gz) = 960cf35215ed99f181e940e8ac62a261
diff --git a/security/p5-Authen-PAM/pkg-comment b/security/p5-Authen-PAM/pkg-comment
new file mode 100644
index 000000000000..d6fe5624f7cc
--- /dev/null
+++ b/security/p5-Authen-PAM/pkg-comment
@@ -0,0 +1 @@
+A Perl interface to the PAM library
diff --git a/security/p5-Authen-PAM/pkg-descr b/security/p5-Authen-PAM/pkg-descr
new file mode 100644
index 000000000000..709583f4e593
--- /dev/null
+++ b/security/p5-Authen-PAM/pkg-descr
@@ -0,0 +1 @@
+This module provides a Perl interface to the PAM library.
diff --git a/security/p5-Authen-PAM/pkg-plist b/security/p5-Authen-PAM/pkg-plist
new file mode 100644
index 000000000000..bbfe9354e275
--- /dev/null
+++ b/security/p5-Authen-PAM/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/PAM.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen 2>/dev/null || true