head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.09.10.19.33.29;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2011.06.20.09.22.07;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2010.02.03.15.12.19;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.28.00.15.33;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2009.11.12.22.44.30;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.07.28.17.10.48;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-AnyEvent-HTTPD
# Date created:		2009-07-17
# Whom:			Mons Anderson <mons@@cpan.org>
#
# $FreeBSD: head/www/p5-AnyEvent-HTTPD/Makefile 304060 2012-09-10 19:33:29Z swills $
#

PORTNAME=	AnyEvent-HTTPD
PORTVERSION=	0.93
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ELMEX
PKGNAMEPREFIX=	p5-

MAINTAINER=	mons@@cpan.org
COMMENT=	A simple lightweight event based web server

RUN_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
		p5-Object-Event>=1.21:${PORTSDIR}/devel/p5-Object-Event \
		p5-common-sense>=2.0:${PORTSDIR}/devel/p5-common-sense \
		p5-URI>=1.40:${PORTSDIR}/net/p5-URI

PERL_CONFIGURE=	yes

MAN3=	AnyEvent::HTTPD.3 AnyEvent::HTTPD::Request.3 AnyEvent::HTTPD::Util.3 AnyEvent::HTTPD::HTTPServer.3 AnyEvent::HTTPD::HTTPConnection.3

.include <bsd.port.mk>
@


1.6
log
@SVN rev 304060 on 2012-09-10 19:33:29Z by swills

- Update to 0.93

PR:		ports/171105
Approved by:	maintainer timeout (mons@@cpan.org, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
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
@d9 1
a9 2
PORTVERSION=	0.84
PORTREVISION=	1
@


1.4
log
@- Fix broken dependency version

PR:		143289
Submitted by:	Mons Anderson <mons@@cpan.org> (maintainer)
@
text
@d13 1
a13 1
MASTER_SITE_SUBDIR=	../../authors/id/E/EL/ELMEX
@


1.3
log
@- Mark BROKEN

Reported by:	pointyhat
@
text
@d10 1
d20 1
a20 1
		p5-Object-Event>=1.101:${PORTSDIR}/devel/p5-Object-Event \
a23 2
BROKEN=		unsatisfiable dependency condition

@


1.2
log
@- Update to 0.84

PR:		140447
Submitted by:	Mons Anderson <mons@@cpan.org> (maintainer)
@
text
@d23 2
@


1.1
log
@A simple lightweight event based web server

WWW:	http://search.cpan.org/dist/AnyEvent-HTTPD

PR:		ports/136897
Submitted by:	Mons Anderson <mons at cpan.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.6
d19 3
a21 2
	p5-Object-Event>=1.0:${PORTSDIR}/devel/p5-Object-Event \
	p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww
d25 1
a25 1
MAN3=	AnyEvent::HTTPD.3 AnyEvent::HTTPD::Request.3 AnyEvent::HTTPD::HTTPServer.3 AnyEvent::HTTPD::HTTPConnection.3
@

