mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
80f69cdbca
Suggested by: Niclas Zeising (zeising@daemonic.se)
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
# New ports collection makefile for: p5-Net-Server
|
|
# Date created: 24 Apr 2001
|
|
# Whom: Jesse McConnell <jesse@gallup.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Server
|
|
PORTVERSION= 0.99
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A configurable base class for writing internet servers in Perl
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
OPTIONS= IPV6 "Enable ipv6 support patch from Debian" off
|
|
|
|
MAN3= Net::Server.3 \
|
|
Net::Server::Daemonize.3\
|
|
Net::Server::Fork.3 \
|
|
Net::Server::HTTP.3 \
|
|
Net::Server::INET.3 \
|
|
Net::Server::MultiType.3 \
|
|
Net::Server::Multiplex.3 \
|
|
Net::Server::PreFork.3 \
|
|
Net::Server::PreForkSimple.3\
|
|
Net::Server::Proto.3\
|
|
Net::Server::Proto::SSL.3\
|
|
Net::Server::Proto::SSLEAY.3\
|
|
Net::Server::Proto::TCP.3\
|
|
Net::Server::Proto::UDP.3\
|
|
Net::Server::Proto::UNIX.3\
|
|
Net::Server::SIG.3\
|
|
Net::Server::Single.3
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if defined(WITH_IPV6)
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ipv6-support
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|