mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Adding port security/p5-Authen-Simple-Passwd, Passwd extension for security/p5-Authen-Simple.
Approved by: tobez (implicit)
This commit is contained in:
parent
87cb63c95e
commit
ae50b32032
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163071
5 changed files with 42 additions and 0 deletions
|
@ -295,6 +295,7 @@
|
|||
SUBDIR += p5-Authen-Simple-HTTP
|
||||
SUBDIR += p5-Authen-Simple-LDAP
|
||||
SUBDIR += p5-Authen-Simple-Net
|
||||
SUBDIR += p5-Authen-Simple-Passwd
|
||||
SUBDIR += p5-Authen-Smb
|
||||
SUBDIR += p5-Authen-TacacsPlus
|
||||
SUBDIR += p5-Authen-Ticket
|
||||
|
|
31
security/p5-Authen-Simple-Passwd/Makefile
Normal file
31
security/p5-Authen-Simple-Passwd/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: Authen-Simple-Passwd
|
||||
# Date created: 21 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Authen-Simple-Passwd
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Authen
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Simple Passwd authentication
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Authen::Simple::Passwd.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
security/p5-Authen-Simple-Passwd/distinfo
Normal file
3
security/p5-Authen-Simple-Passwd/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Authen-Simple-Passwd-0.6.tar.gz) = 64f37440bec901c0f59cbd5ef4c14424
|
||||
SHA256 (Authen-Simple-Passwd-0.6.tar.gz) = cf55bc36259edf0fd6af9ad2bac81b31dc5b56a162c660590ecb969c7c1674b2
|
||||
SIZE (Authen-Simple-Passwd-0.6.tar.gz) = 3849
|
4
security/p5-Authen-Simple-Passwd/pkg-descr
Normal file
4
security/p5-Authen-Simple-Passwd/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Authentication Passwd authentication.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Authen-Simple-Net-Passwd
|
||||
Author: Christian Hansen <ch@ngmedia.com>
|
3
security/p5-Authen-Simple-Passwd/pkg-plist
Normal file
3
security/p5-Authen-Simple-Passwd/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/Authen/Simple/Passwd.pm
|
||||
@dirrmtry %%SITE_PERL%%/Authen/Simple
|
||||
@dirrmtry %%SITE_PERL%%/Authen
|
Loading…
Add table
Reference in a new issue