mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Adding port security/p5-Authen-Simple-Net, extension for security/p5-Authen-Simple allowing authentication via FTP, POP3, or SMTP.
Approved by: tobez (implicit)
This commit is contained in:
parent
cbd52b8357
commit
dff0afe74c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163067
@ -293,6 +293,7 @@
|
||||
SUBDIR += p5-Authen-Simple
|
||||
SUBDIR += p5-Authen-Simple-DBI
|
||||
SUBDIR += p5-Authen-Simple-LDAP
|
||||
SUBDIR += p5-Authen-Simple-Net
|
||||
SUBDIR += p5-Authen-Smb
|
||||
SUBDIR += p5-Authen-TacacsPlus
|
||||
SUBDIR += p5-Authen-Ticket
|
||||
|
34
security/p5-Authen-Simple-Net/Makefile
Normal file
34
security/p5-Authen-Simple-Net/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: Authen-Simple-Net
|
||||
# Date created: 21 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Authen-Simple-Net
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Authen
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Simple authentication via FTP, POP3, or SMTP
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \
|
||||
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${SITE_PERL}/Net/POP3.pm:${PORTSDIR}/net/p5-Net \
|
||||
${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Authen::Simple::FTP.3 Authen::Simple::POP3.3 Authen::Simple::SMTP.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-Net/distinfo
Normal file
3
security/p5-Authen-Simple-Net/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Authen-Simple-Net-0.2.tar.gz) = 617c583d89005ded7ede25a46efa02cd
|
||||
SHA256 (Authen-Simple-Net-0.2.tar.gz) = 07a21254c32b4b9c273ca0a8f0d0f31cdf06bd240af9a8785307178168f2f299
|
||||
SIZE (Authen-Simple-Net-0.2.tar.gz) = 3082
|
4
security/p5-Authen-Simple-Net/pkg-descr
Normal file
4
security/p5-Authen-Simple-Net/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Authentication via FTP, POP3, or SMTP.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Authen-Simple-Net
|
||||
Author: Christian Hansen <ch@ngmedia.com>
|
5
security/p5-Authen-Simple-Net/pkg-plist
Normal file
5
security/p5-Authen-Simple-Net/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Authen/Simple/FTP.pm
|
||||
%%SITE_PERL%%/Authen/Simple/POP3.pm
|
||||
%%SITE_PERL%%/Authen/Simple/SMTP.pm
|
||||
@dirrmtry %%SITE_PERL%%/Authen/Simple
|
||||
@dirrmtry %%SITE_PERL%%/Authen
|
Loading…
Reference in New Issue
Block a user