freebsd-ports/www/p5-Feersum/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

53 lines
1.4 KiB
Makefile

# New ports collection makefile for: Feersum
# Date created: 2010-12-20
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#
PORTNAME= Feersum
PORTVERSION= 1.400
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STASH
PKGNAMEPREFIX= p5-
MAINTAINER= magik@roorback.net
COMMENT= A PSGI engine for Perl based on EV/libev
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack
RUN_DEPENDS= p5-EV>=4.0:${PORTSDIR}/devel/p5-EV \
p5-Plack>=0.9950:${PORTSDIR}/www/p5-Plack
TEST_DEPENDS= p5-AnyEvent>=5.26.1:${PORTSDIR}/devel/p5-AnyEvent \
p5-Guard>=1.012:${PORTSDIR}/devel/p5-Guard \
p5-JSON-XS>=2:${PORTSDIR}/converters/p5-JSON-XS \
p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-LeakTrace>=0.13:${PORTSDIR}/devel/p5-Test-LeakTrace \
p5-Test-TCP>=1.12:${PORTSDIR}/devel/p5-Test-TCP
PERL_CONFIGURE= yes
MAN1= feersum.1
MAN3= Feersum.3 \
Feersum::Connection.3 \
Feersum::Connection::Handle.3 \
Feersum::Runner.3 \
Plack::Handler::Feersum.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.if ${PERL_LEVEL} < 501200
TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>