1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/www/p5-Feersum/Makefile
Grzegorz Blach ed1ad7e1b9 - Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
2012-11-04 13:05:04 +00:00

50 lines
1.3 KiB
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= Feersum
PORTVERSION= 1.400
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:STASH
PKGNAMEPREFIX= p5-
MAINTAINER= gblach@FreeBSD.org
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>