aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Server-Coro/Makefile
blob: 644a2d922e91ff003deae7c090a06a27a594da08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    Net::Server::Coro
# Date created:     14 Oct 2009
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Net-Server-Coro
PORTVERSION=    0.6
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl extension for co-operative multithreaded server using Coro

RUN_DEPENDS=    \
    p5-Coro>0:${PORTSDIR}/devel/p5-Coro \
    p5-EV>0:${PORTSDIR}/devel/p5-EV \
    p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay \
    p5-Net-Server>0:${PORTSDIR}/net/p5-Net-Server
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=   Net::Server::Coro.3

.include <bsd.port.mk>