aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Continuity/Makefile
blob: e71fff64c7d600013a0832a4423ca2f6da7925f8 (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
# Created by: Anton Berezin <tobez@FreeBSD.org>

PORTNAME=	Continuity
PORTVERSION=	1.6
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:AWWAIID
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Stateful Web applications in Perl

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Coro>=4.37:devel/p5-Coro \
		p5-Event>=0:devel/p5-Event \
		p5-HTTP-Daemon>=1.36:www/p5-HTTP-Daemon

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>