freebsd-ports/www/p5-HTTP-Engine-Middleware/Makefile

26 lines
631 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= HTTP-Engine-Middleware
2010-04-16 04:44:46 +02:00
PORTVERSION= 0.22
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for official distribution of HTTP::Engine
BUILD_DEPENDS:= ${RUN_DEPENDS}
RUN_DEPENDS= \
2009-06-20 18:02:36 +02:00
p5-Any-Moose>=0.09:${PORTSDIR}/devel/p5-Any-Moose \
p5-Mouse>=0.23:${PORTSDIR}/devel/p5-Mouse \
2010-01-06 11:56:00 +01:00
p5-Filter>0:${PORTSDIR}/devel/p5-Filter \
2010-02-07 14:29:38 +01:00
p5-HTTP-Engine>=0.03004:${PORTSDIR}/www/p5-HTTP-Engine \
2009-06-06 17:55:18 +02:00
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>