mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
6a86bca911
commit
8d71c26261
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23403
25
security/p5-Authen-PAM/Makefile
Normal file
25
security/p5-Authen-PAM/Makefile
Normal file
@ -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>
|
1
security/p5-Authen-PAM/distinfo
Normal file
1
security/p5-Authen-PAM/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Authen-PAM-0.08.tar.gz) = 960cf35215ed99f181e940e8ac62a261
|
1
security/p5-Authen-PAM/pkg-comment
Normal file
1
security/p5-Authen-PAM/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Perl interface to the PAM library
|
1
security/p5-Authen-PAM/pkg-descr
Normal file
1
security/p5-Authen-PAM/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
This module provides a Perl interface to the PAM library.
|
7
security/p5-Authen-PAM/pkg-plist
Normal file
7
security/p5-Authen-PAM/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user