head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	FurlX::Coro
# Date created:		31 Dec 2011
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-FurlX-Coro/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	FurlX-Coro
PORTVERSION=	0.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../../authors/id/G/GF/GFUJI
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension for multiple HTTP requests with Coro

RUN_DEPENDS=	\
	p5-Coro>0:${PORTSDIR}/devel/p5-Coro \
	p5-Furl>0:${PORTSDIR}/www/p5-Furl
BUILD_DEPENDS=	\
	${RUN_DEPENDS} \
	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires

PERL_CONFIGURE=	yes

MAN3=	FurlX::Coro.3 \
	FurlX::Coro::HTTP.3

.include <bsd.port.mk>
@


1.1
log
@This is a wrapper to Furl for asynchronous HTTP requests with Coro.

WWW: http://search.cpan.org/dist/FurlX-Coro/
@
text
@d5 1
a5 1
# $FreeBSD$
@

