mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-Net-Daemon-SSL 1.0, perl5 extension for portable daemons.
PR: ports/85125 Submitted by: Simon Dick <simond@irrelevant.org>
This commit is contained in:
parent
43558cad27
commit
47d5dca536
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141812
@ -329,6 +329,7 @@
|
||||
SUBDIR += p5-IO-Socket-SSL
|
||||
SUBDIR += p5-MD5
|
||||
SUBDIR += p5-Module-Signature
|
||||
SUBDIR += p5-Net-Daemon-SSL
|
||||
SUBDIR += p5-Net-OpenID-Server
|
||||
SUBDIR += p5-Net-SSLeay
|
||||
SUBDIR += p5-Nmap-Scanner
|
||||
|
27
security/p5-Net-Daemon-SSL/Makefile
Normal file
27
security/p5-Net-Daemon-SSL/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-Net-Daemon-SSL
|
||||
# Date created: 25 April 2005
|
||||
# Whom: Simon Dick <simond@irrelevant.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Daemon-SSL
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= security net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= simond@irrelevant.org
|
||||
COMMENT= Perl5 extension for portable daemons
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon \
|
||||
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon \
|
||||
${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
|
||||
MAN3= Net::Daemon::SSL.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Net-Daemon-SSL/distinfo
Normal file
2
security/p5-Net-Daemon-SSL/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Net-Daemon-SSL-1.0.tar.gz) = b1fb782a93346641f9e84afc4bc6bafe
|
||||
SIZE (Net-Daemon-SSL-1.0.tar.gz) = 2394
|
9
security/p5-Net-Daemon-SSL/pkg-descr
Normal file
9
security/p5-Net-Daemon-SSL/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Net::Daemon is an abstract base class for implementing portable server
|
||||
applications in a very simple way. The module is designed for Perl 5.005
|
||||
and threads, but can work with fork() and Perl 5.004.
|
||||
|
||||
The Net::Daemon class offers methods for the most common tasks a daemon
|
||||
needs: Starting up, logging, accepting clients, authorization,
|
||||
restricting its own environment for security and doing the true work.
|
||||
You only have to override those methods that aren't appropriate for you,
|
||||
but typically inheriting will safe you a lot of work anyways.
|
3
security/p5-Net-Daemon-SSL/pkg-plist
Normal file
3
security/p5-Net-Daemon-SSL/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Net/Daemon/SSL.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon/SSL/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon/SSL
|
Loading…
Reference in New Issue
Block a user