freebsd-ports/www/p5-AnyEvent-ReverseHTTP/Makefile

29 lines
693 B
Makefile

# New ports collection makefile for: AnyEvent::ReverseHTTP
# Date created: 13 Oct 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= AnyEvent-ReverseHTTP
PORTVERSION= 0.05
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of reversehttp for AnyEvent
RUN_DEPENDS= \
p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
p5-AnyEvent-HTTP>0:${PORTSDIR}/www/p5-AnyEvent-HTTP \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-URI>0:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= AnyEvent::ReverseHTTP.3
.include <bsd.port.mk>