1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/p5-AnyEvent-HTTPD/Makefile
Andrej Zverev f546c1d1de - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:05:56 +00:00

23 lines
546 B
Makefile

# Created by: Mons Anderson <mons@cpan.org>
# $FreeBSD$
PORTNAME= AnyEvent-HTTPD
PORTVERSION= 0.93
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ELMEX
PKGNAMEPREFIX= p5-
MAINTAINER= mons@cpan.org
COMMENT= 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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>