head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.18.42.31;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2012.04.24.00.52.50;	author swills;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.09.22.09;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.04.09.12.33;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Corona
# Date created:		04 Apr 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Corona/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Corona
PORTVERSION=	0.1004
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension for Coro based PSGI web server

RUN_DEPENDS=	\
	p5-Coro>0:${PORTSDIR}/devel/p5-Coro \
	p5-Net-Server-Coro>=0.5:${PORTSDIR}/net/p5-Net-Server-Coro \
	p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP

PERL_CONFIGURE=	yes

MAN1=	corona.1
MAN3=	Corona.3 \
	Plack::Handler::Corona.3

.include <bsd.port.mk>
@


1.4
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Add TEST_DEPENDS

PR:		ports/166525
Approved by:	maintainer timeout (kuriyama, >2 weeks)
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d23 1
@


1.1
log
@Coro based PSGI web server.

WWW: http://search.cpan.org/dist/Corona/
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/M/MI/MIYAGAWA
@

