1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/p5-Feersum/Makefile
2021-04-06 16:31:07 +02:00

35 lines
925 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
PORTNAME= Feersum
PORTVERSION= 1.410
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AUDREYT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PSGI engine for Perl based on EV/libev
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-EV>=4.0:devel/p5-EV \
p5-HTTP-Entity-Parser>=0.20:www/p5-HTTP-Entity-Parser \
p5-Plack>=0.9950:www/p5-Plack
TEST_DEPENDS= p5-AnyEvent>=5.26.1:devel/p5-AnyEvent \
p5-Guard>=1.012:devel/p5-Guard \
p5-JSON-XS>=2:converters/p5-JSON-XS \
p5-Test-Fatal>=0.003:devel/p5-Test-Fatal \
p5-Test-LeakTrace>=0.13:devel/p5-Test-LeakTrace \
p5-Test-SharedFork>=0:devel/p5-Test-SharedFork \
p5-Test-TCP>=1.12:devel/p5-Test-TCP
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Feersum/Feersum.so
.include <bsd.port.mk>