diff options
author | steve <steve@FreeBSD.org> | 1999-11-26 20:32:25 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-26 20:32:25 +0000 |
commit | 4a0cb7c7096cec238990e0565f51f80970e4bf26 (patch) | |
tree | 7a439e1e2e85d7290fecbb8498dce1d21f1d5e85 /security/p5-Authen-PAM | |
parent | eafc741b79a40e41a4aed0b867dec140107b9ac0 (diff) | |
download | FreeBSD-ports-4a0cb7c7096cec238990e0565f51f80970e4bf26.zip FreeBSD-ports-4a0cb7c7096cec238990e0565f51f80970e4bf26.tar.gz |
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>
Diffstat (limited to 'security/p5-Authen-PAM')
-rw-r--r-- | security/p5-Authen-PAM/Makefile | 25 | ||||
-rw-r--r-- | security/p5-Authen-PAM/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Authen-PAM/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Authen-PAM/pkg-descr | 1 | ||||
-rw-r--r-- | security/p5-Authen-PAM/pkg-plist | 7 |
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 0000000..4e2730a --- /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 0000000..efdf44c --- /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 0000000..d6fe562 --- /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 0000000..709583f --- /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 0000000..bbfe935 --- /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 |