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 +# +# $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 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